]> granicus.if.org Git - shadow/blobdiff - src/login.c
* src/passwd.c: Overflow when computing the number of days based
[shadow] / src / login.c
index e97e0b788c42616118626b632300cf823c7d6426..c24fc860d7cfb4f75b790acefed37c4eeab9d93b 100644 (file)
@@ -82,7 +82,7 @@ static pam_handle_t *pamh = NULL;
 /*
  * Global variables
  */
-char *Prog;
+const char *Prog;
 
 static const char *hostname = "";
 static /*@null@*/ /*@only@*/char *username = NULL;