=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/Attic/ns.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/netstat/Attic/ns.c 1998/02/27 12:07:38 1.5 --- src/usr.bin/netstat/Attic/ns.c 2001/11/19 19:02:15 1.6 *************** *** 1,4 **** ! /* $OpenBSD: ns.c,v 1.5 1998/02/27 12:07:38 deraadt Exp $ */ /* $NetBSD: ns.c,v 1.8 1995/10/03 21:42:46 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ns.c,v 1.6 2001/11/19 19:02:15 mpech Exp $ */ /* $NetBSD: ns.c,v 1.8 1995/10/03 21:42:46 thorpej Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: ns.c,v 1.5 1998/02/27 12:07:38 deraadt Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: ns.c,v 1.6 2001/11/19 19:02:15 mpech Exp $"; #endif #endif /* not lint */ *************** *** 94,100 **** char *name; { struct nspcb cb; ! register struct nspcb *prev, *next; int isspp; if (off == 0) --- 94,100 ---- char *name; { struct nspcb cb; ! struct nspcb *prev, *next; int isspp; if (off == 0) *************** *** 288,295 **** char *name; { struct ns_errstat ns_errstat; ! register int j; ! register int histoprint = 1; int z; if (off == 0) --- 288,295 ---- char *name; { struct ns_errstat ns_errstat; ! int j; ! int histoprint = 1; int z; if (off == 0)