PERFORCE change 163969 for review

Gabor Pali pgj at FreeBSD.org
Wed Jun 10 11:15:15 UTC 2009


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

Change 163969 by pgj at petymeg-current on 2009/06/10 11:14:22

	Fix ipproto

Affected files ...

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

Differences ...

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

@@ -49,8 +49,8 @@
     { "#0", "stream", "dgram", "raw", "rdm", "seqpacket" }; 
 
 static const char *const ipproto[] =
-    { "hopopts", "igmp", "tcp", "ggp", "ipv4", "ipip", "st", "egp", "pgip",
-      "rccmon", "nvpii", "pup", "argus", "emcon", "xnet", "chaos", "udp" };
+    { "#0", "#1", "#2", "#3", "#4", "#5", "tcp", "#7", "#8", "#9", "#10",
+      "#11", "#12", "#13", "#14", "#15", "#16", "udp" };
 
 static int
 net_local_pcblist_sysctl(int type, struct socket_type_list *list)


More information about the p4-projects mailing list