=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/Attic/ns.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/netstat/Attic/ns.c 2001/11/19 19:02:15 1.6 --- src/usr.bin/netstat/Attic/ns.c 2002/02/16 21:27:50 1.7 *************** *** 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 $ */ /* --- 1,4 ---- ! /* $OpenBSD: ns.c,v 1.7 2002/02/16 21:27:50 millert 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.6 2001/11/19 19:02:15 mpech 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.7 2002/02/16 21:27:50 millert Exp $"; #endif #endif /* not lint */ *************** *** 76,83 **** struct sppcb sppcb; struct socket sockb; ! static char *ns_prpr __P((struct ns_addr *)); ! static void ns_erputil __P((int, int)); static int first = 1; --- 76,83 ---- struct sppcb sppcb; struct socket sockb; ! static char *ns_prpr(struct ns_addr *); ! static void ns_erputil(int, int); static int first = 1;