progname should be const

This commit is contained in:
Todd C. Miller
2010-03-31 10:36:39 -04:00
parent 3a98967119
commit 8cde6d699e

View File

@@ -20,7 +20,7 @@
#include <config.h>
#include <compat.h>
static char *progname = "sudo";
static const char *progname = "sudo";
void
setprogname(const char *name)