=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/Attic/ipx.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/netstat/Attic/ipx.c 2005/03/25 17:01:03 1.16 --- src/usr.bin/netstat/Attic/ipx.c 2005/03/30 06:45:34 1.17 *************** *** 1,4 **** ! /* $OpenBSD: ipx.c,v 1.16 2005/03/25 17:01:03 jaredy Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff --- 1,4 ---- ! /* $OpenBSD: ipx.c,v 1.17 2005/03/30 06:45:34 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff *************** *** 34,40 **** #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: ipx.c,v 1.16 2005/03/25 17:01:03 jaredy Exp $"; #endif #endif /* not lint */ --- 34,40 ---- #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: ipx.c,v 1.17 2005/03/30 06:45:34 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 63,69 **** #include #include - #include #include #include #include --- 63,68 ----