=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/main.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/systat/main.c 2001/11/23 22:20:06 1.18 --- src/usr.bin/systat/main.c 2001/11/28 20:28:08 1.19 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.18 2001/11/23 22:20:06 deraadt Exp $ */ /* $NetBSD: main.c,v 1.8 1996/05/10 23:16:36 thorpej Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.19 2001/11/28 20:28:08 ericj Exp $ */ /* $NetBSD: main.c,v 1.8 1996/05/10 23:16:36 thorpej Exp $ */ /*- *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: main.c,v 1.18 2001/11/23 22:20:06 deraadt Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: main.c,v 1.19 2001/11/28 20:28:08 ericj Exp $"; #endif /* not lint */ #include *************** *** 89,95 **** int argc; char **argv; { ! int ch, ret; char errbuf[_POSIX2_LINE_MAX]; while ((ch = getopt(argc, argv, "w:")) != -1) --- 89,95 ---- int argc; char **argv; { ! int ch; char errbuf[_POSIX2_LINE_MAX]; while ((ch = getopt(argc, argv, "w:")) != -1)