=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/Attic/atalk.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/netstat/Attic/atalk.c 2001/08/18 22:14:03 1.4 --- src/usr.bin/netstat/Attic/atalk.c 2001/11/19 19:02:15 1.5 *************** *** 1,4 **** ! /* $OpenBSD: atalk.c,v 1.4 2001/08/18 22:14:03 brian Exp $ */ /* $NetBSD: atalk.c,v 1.2 1997/05/22 17:21:26 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: atalk.c,v 1.5 2001/11/19 19:02:15 mpech Exp $ */ /* $NetBSD: atalk.c,v 1.2 1997/05/22 17:21:26 christos Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "from @(#)atalk.c 1.1 (Whistle) 6/6/96"; #else ! static char rcsid[] = "$OpenBSD: atalk.c,v 1.4 2001/08/18 22:14:03 brian Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "from @(#)atalk.c 1.1 (Whistle) 6/6/96"; #else ! static char rcsid[] = "$OpenBSD: atalk.c,v 1.5 2001/11/19 19:02:15 mpech Exp $"; #endif #endif /* not lint */ *************** *** 264,270 **** char *name; { struct ddpcb cb; ! register struct ddpcb *prev, *next; struct ddpcb *initial; if (off == 0) --- 264,270 ---- char *name; { struct ddpcb cb; ! struct ddpcb *prev, *next; struct ddpcb *initial; if (off == 0)