2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

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};