=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/unix.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/netstat/unix.c 1999/12/08 12:30:17 1.6 --- src/usr.bin/netstat/unix.c 2001/11/19 19:02:15 1.7 *************** *** 1,4 **** ! /* $OpenBSD: unix.c,v 1.6 1999/12/08 12:30:17 itojun Exp $ */ /* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: unix.c,v 1.7 2001/11/19 19:02:15 mpech Exp $ */ /* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */ /*- *************** *** 38,44 **** #if 0 static char sccsid[] = "from: @(#)unix.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: unix.c,v 1.6 1999/12/08 12:30:17 itojun Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "from: @(#)unix.c 8.1 (Berkeley) 6/6/93"; #else ! static char *rcsid = "$OpenBSD: unix.c,v 1.7 2001/11/19 19:02:15 mpech Exp $"; #endif #endif /* not lint */ *************** *** 76,82 **** unixpr(off) u_long off; { ! register struct file *fp; struct socket sock, *so = &sock; char *filebuf; struct protosw *unixsw = (struct protosw *)off; --- 76,82 ---- unixpr(off) u_long off; { ! struct file *fp; struct socket sock, *so = &sock; char *filebuf; struct protosw *unixsw = (struct protosw *)off; *************** *** 105,111 **** static void unixdomainpr(so, soaddr) ! register struct socket *so; caddr_t soaddr; { struct unpcb unpcb, *unp = &unpcb; --- 105,111 ---- static void unixdomainpr(so, soaddr) ! struct socket *so; caddr_t soaddr; { struct unpcb unpcb, *unp = &unpcb;