[BACK]Return to socket.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/socket.h between version 1.19.4.2 and 1.20

version 1.19.4.2, 1997/02/11 17:47:45 version 1.20, 1997/03/15 17:08:28
Line 179  struct sockproto {
Line 179  struct sockproto {
 #define PF_IPX          AF_IPX          /* same format as AF_NS */  #define PF_IPX          AF_IPX          /* same format as AF_NS */
 #define PF_RTIP         pseudo_AF_FTIP  /* same format as AF_INET */  #define PF_RTIP         pseudo_AF_FTIP  /* same format as AF_INET */
 #define PF_PIP          pseudo_AF_PIP  #define PF_PIP          pseudo_AF_PIP
   #define PF_ISDN         AF_ISDN         /* same as E164 */
   #define PF_E164         AF_E164
 #define PF_NATM         AF_NATM  #define PF_NATM         AF_NATM
 #define PF_ARP          AF_ARP  #define PF_ARP          AF_ARP
   
Line 221  struct sockproto {
Line 223  struct sockproto {
         { "ipx", CTLTYPE_NODE }, \          { "ipx", CTLTYPE_NODE }, \
         { "sip", CTLTYPE_NODE }, \          { "sip", CTLTYPE_NODE }, \
         { "pip", CTLTYPE_NODE }, \          { "pip", CTLTYPE_NODE }, \
           { "isdn", CTLTYPE_NODE }, \
         { "natm", CTLTYPE_NODE }, \          { "natm", CTLTYPE_NODE }, \
           { "arp", CTLTYPE_NODE }, \
 }  }
   
 /*  /*

Legend:
Removed from v.1.19.4.2  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>