=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/netstat/main.c 2001/08/26 09:42:04 1.27 --- src/usr.bin/netstat/main.c 2001/11/19 19:02:15 1.28 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.27 2001/08/26 09:42:04 brian Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.28 2001/11/19 19:02:15 mpech Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.27 2001/08/26 09:42:04 brian Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.28 2001/11/19 19:02:15 mpech Exp $"; #endif #endif /* not lint */ *************** *** 289,296 **** { extern char *optarg; extern int optind; ! register struct protoent *p; ! register struct protox *tp = NULL; /* for printing cblocks & stats */ int ch; char *nlistf = NULL, *memf = NULL; char buf[_POSIX2_LINE_MAX]; --- 289,296 ---- { extern char *optarg; extern int optind; ! struct protoent *p; ! struct protox *tp = NULL; /* for printing cblocks & stats */ int ch; char *nlistf = NULL, *memf = NULL; char buf[_POSIX2_LINE_MAX]; *************** *** 542,548 **** */ static void printproto(tp, name) ! register struct protox *tp; char *name; { void (*pr)(); --- 542,548 ---- */ static void printproto(tp, name) ! struct protox *tp; char *name; { void (*pr)();