Deleted Added
full compact
39c39
< "$FreeBSD: head/usr.bin/netstat/unix.c 78309 2001-06-15 23:07:59Z assar $";
---
> "$FreeBSD: head/usr.bin/netstat/unix.c 78314 2001-06-15 23:35:13Z assar $";
65c65
< static void unixdomainpr __P((struct xunpcb *, struct xsocket *));
---
> static void unixdomainpr (struct xunpcb *, struct xsocket *);
71c71
< unixpr()
---
> unixpr(void)
129,131c129
< unixdomainpr(xunp, so)
< struct xunpcb *xunp;
< struct xsocket *so;
---
> unixdomainpr(struct xunpcb *xunp, struct xsocket *so)