Hi, /sys/netinet/in.h contains a huge macro, CTL_IPPROTO_NAMES, which maps to an array containing protocol names. As far as i can tell (find /usr/src | xargs grep CTL_IPPROTO_NAMES) it is not used anywhere in the source tree.
Any objection to nuke it ? Besides being unused, it is extremely ugly and error prone because the assumption is that the i-th entry contains the name for protocol whose identifier is i, but how can you tell... cheers luigi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message