=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/mail/main.c 1996/09/16 02:26:09 1.3 --- src/usr.bin/mail/main.c 1997/01/15 23:42:50 1.4 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.3 1996/09/16 02:26:09 deraadt Exp $ */ /* $NetBSD: main.c,v 1.5 1996/06/08 19:48:31 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.4 1997/01/15 23:42:50 millert Exp $ */ /* $NetBSD: main.c,v 1.5 1996/06/08 19:48:31 christos Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.3 1996/09/16 02:26:09 deraadt Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.4 1997/01/15 23:42:50 millert Exp $"; #endif #endif /* not lint */ *************** *** 95,101 **** bcc = NIL; smopts = NIL; subject = NOSTR; ! while ((i = getopt(argc, argv, "INT:b:c:dfins:u:v")) != EOF) { switch (i) { case 'T': /* --- 95,101 ---- bcc = NIL; smopts = NIL; subject = NOSTR; ! while ((i = getopt(argc, argv, "INT:b:c:dfins:u:v")) != -1) { switch (i) { case 'T': /*