X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/3e383549fc1464bee03c045db0823feb3c1b096e..8052502f69480852fa9ccecf3788125a3d1c6aaf:/netstat.tproj/inet.c?ds=sidebyside diff --git a/netstat.tproj/inet.c b/netstat.tproj/inet.c index 0c2250a..37d869f 100644 --- a/netstat.tproj/inet.c +++ b/netstat.tproj/inet.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; */ static const char rcsid[] = - "$Id: inet.c,v 1.1.1.2 2000/01/11 01:48:52 wsanchez Exp $"; + "$Id: inet.c,v 1.2 2001/07/31 05:54:11 wsanchez Exp $"; #endif /* not lint */ #include @@ -216,7 +216,7 @@ protopr(proto, name) printf("Some %s sockets may have been created.\n", name); } else { - printf("Some %s sockets may have been created or deleted", + printf("Some %s sockets may have been created or deleted\n", name); } }