Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/mail.local/mail.local.c,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/mail.local/mail.local.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/libexec/mail.local/mail.local.c 1994/04/19 13:28:29 1.6 +++ src/libexec/mail.local/mail.local.c 1994/05/05 10:06:32 1.7 @@ -39,7 +39,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)mail.local.c 5.6 (Berkeley) 6/19/91";*/ -static char rcsid[] = "$Id: mail.local.c,v 1.6 1994/04/19 13:28:29 pk Exp $"; +static char rcsid[] = "$Id: mail.local.c,v 1.7 1994/05/05 10:06:32 deraadt Exp $"; #endif /* not lint */ #include @@ -81,7 +81,7 @@ main(argc, argv) openlog("mail.local", LOG_PERROR, LOG_MAIL); from = NULL; - while ((ch = getopt(argc, argv, "df:r:")) != EOF) + while ((ch = getopt(argc, argv, "ldf:r:")) != EOF) switch(ch) { case 'd': /* backward compatible */ break;