Make __progname const.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1509 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
extern char *__progname;
|
||||
extern const char *__progname;
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define __attribute__(x)
|
||||
|
Reference in New Issue
Block a user