mail_argv is now a const

This commit is contained in:
Todd C. Miller
1994-05-25 03:07:59 +00:00
parent 30eac2b980
commit dbe2a6eafe

View File

@@ -345,7 +345,7 @@ void log_error(code)
*
*/
char *mail_argv[] = {"sendmail",
const char *mail_argv[] = {"sendmail",
"-t",
ALERTMAIL,
(char *) NULL};