[BACK]Return to unix.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/unix.c between version 1.6 and 1.7

version 1.6, 1999/12/08 12:30:17 version 1.7, 2001/11/19 19:02:15
Line 76 
Line 76 
 unixpr(off)  unixpr(off)
         u_long  off;          u_long  off;
 {  {
         register struct file *fp;          struct file *fp;
         struct socket sock, *so = &sock;          struct socket sock, *so = &sock;
         char *filebuf;          char *filebuf;
         struct protosw *unixsw = (struct protosw *)off;          struct protosw *unixsw = (struct protosw *)off;
Line 105 
Line 105 
   
 static void  static void
 unixdomainpr(so, soaddr)  unixdomainpr(so, soaddr)
         register struct socket *so;          struct socket *so;
         caddr_t soaddr;          caddr_t soaddr;
 {  {
         struct unpcb unpcb, *unp = &unpcb;          struct unpcb unpcb, *unp = &unpcb;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7