PERFORCE change 164179 for review

Gabor Pali pgj at FreeBSD.org
Fri Jun 12 14:57:39 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164179

Change 164179 by pgj at petymeg-current on 2009/06/12 14:56:56

	Remove some cruft

Affected files ...

.. //depot/projects/soc2009/pgj_libstat/src/lib/libnetstat/netstat.c#24 edit

Differences ...

==== //depot/projects/soc2009/pgj_libstat/src/lib/libnetstat/netstat.c#24 (text+ko) ====

@@ -512,18 +512,14 @@
 		result = netstat_local_sockets(0, list, kvm, nl, flags);
 		if (result < 0)
 			return (result);
-#if 1
 		result = netstat_inet_sockets(PF_INET, 0, list, kvm, nl,
 		    flags);
 		if (result < 0)
 			return (result);
-#endif
-#if 0
 		result = netstat_inet_sockets(PF_INET6, 0, list, kvm, nl,
 		    flags);
 		if (result < 0)
 			return (result);
-#endif
 		break;
 	case PF_LOCAL:
 		return (netstat_local_sockets(type, list, kvm, nl, flags));


More information about the p4-projects mailing list