]> granicus.if.org Git - sudo/commitdiff
mail_argv is now a const
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 1994 03:07:59 +0000 (03:07 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 1994 03:07:59 +0000 (03:07 +0000)
logging.c

index bb21ee0a727310a3ad553d145b68273522cdc692..72dfdcde2b56951094f37341482d231878da113c 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -345,7 +345,7 @@ void log_error(code)
  *
  */
 
-char *mail_argv[] = {"sendmail",
+const char *mail_argv[] = {"sendmail",
                     "-t",
                     ALERTMAIL,
                     (char *) NULL};