]> git.saurik.com Git - apple/network_cmds.git/blobdiff - netstat.tproj/unix.c
network_cmds-245.19.tar.gz
[apple/network_cmds.git] / netstat.tproj / unix.c
index c61c8559022b0f5a9d6c6e2903983e2cfd9bde00..3cf131b331ab1e78bcf7e2405af727fc741d99db 100644 (file)
@@ -59,7 +59,7 @@
 static char sccsid[] = "@(#)unix.c     8.1 (Berkeley) 6/6/93";
 #endif
 static const char rcsid[] =
 static char sccsid[] = "@(#)unix.c     8.1 (Berkeley) 6/6/93";
 #endif
 static const char rcsid[] =
-       "$Id: unix.c,v 1.1.1.2 2000/01/11 01:48:53 wsanchez Exp $";
+       "$Id: unix.c,v 1.3 2004/08/26 23:55:22 lindak Exp $";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -67,7 +67,6 @@ static const char rcsid[] =
  */
 #include <sys/param.h>
 #include <sys/queue.h>
  */
 #include <sys/param.h>
 #include <sys/queue.h>
-#include <sys/protosw.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/mbuf.h>
@@ -140,7 +139,7 @@ unixpr()
                                printf("Some %s sockets may have been created.\n",
                               socktype[type]);
                        } else {
                                printf("Some %s sockets may have been created.\n",
                               socktype[type]);
                        } else {
-                               printf("Some %s sockets may have been created or deleted",
+                               printf("Some %s sockets may have been created or deleted\n",
                               socktype[type]);
                        }
                }
                               socktype[type]);
                        }
                }