Make __progname const.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1509 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-03-30 09:10:15 +00:00
parent 25e95ebf19
commit 8d0949a243
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
#include <string.h>
#include <stdarg.h>
extern char *__progname;
extern const char *__progname;
#ifndef __GNUC__
#define __attribute__(x)