=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/from/from.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/from/from.c 2005/11/14 15:30:34 1.11 --- src/usr.bin/from/from.c 2006/03/14 19:39:49 1.12 *************** *** 1,4 **** ! /* $OpenBSD: from.c,v 1.11 2005/11/14 15:30:34 deraadt Exp $ */ /* $NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: from.c,v 1.12 2006/03/14 19:39:49 moritz Exp $ */ /* $NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $ */ /* *************** *** 40,46 **** #if 0 static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: from.c,v 1.11 2005/11/14 15:30:34 deraadt Exp $"; #endif /* not lint */ #include --- 40,46 ---- #if 0 static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: from.c,v 1.12 2006/03/14 19:39:49 moritz Exp $"; #endif /* not lint */ #include *************** *** 58,65 **** int main(int argc, char *argv[]) { - extern char *optarg; - extern int optind; struct passwd *pwd; int ch, newline; char *file, *sender, *p; --- 58,63 ----