=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/systat/main.c 1996/08/06 18:48:15 1.5 --- src/usr.bin/systat/main.c 1996/08/06 20:41:19 1.6 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.5 1996/08/06 18:48:15 deraadt Exp $ */ /* $NetBSD: main.c,v 1.8 1996/05/10 23:16:36 thorpej Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.6 1996/08/06 20:41:19 deraadt 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.5 1996/08/06 18:48:15 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.6 1996/08/06 20:41:19 deraadt Exp $"; #endif /* not lint */ #include *************** *** 55,60 **** --- 55,61 ---- #include #include #include + #include #include "systat.h" #include "extern.h" *************** *** 94,100 **** char **argv; { int ch; ! char errbuf[80]; while ((ch = getopt(argc, argv, "M:N:w:")) != EOF) switch(ch) { --- 95,101 ---- char **argv; { int ch; ! char errbuf[_POSIX2_LINE_MAX]; while ((ch = getopt(argc, argv, "M:N:w:")) != EOF) switch(ch) {