[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.67.2.1 and 1.67.2.2

version 1.67.2.1, 2004/08/03 10:56:30 version 1.67.2.2, 2004/09/18 14:56:30
Line 133  typedef _BSD_SSIZE_T_ ssize_t;
Line 133  typedef _BSD_SSIZE_T_ ssize_t;
 #define SO_RCVTIMEO     0x1006          /* receive timeout */  #define SO_RCVTIMEO     0x1006          /* receive timeout */
 #define SO_ERROR        0x1007          /* get error status and clear */  #define SO_ERROR        0x1007          /* get error status and clear */
 #define SO_TYPE         0x1008          /* get socket type */  #define SO_TYPE         0x1008          /* get socket type */
   #define SO_OVERFLOWED   0x1009          /* datagrams: return packets dropped */
   
 /*  /*
  * Structure used for manipulating linger option.   * Structure used for manipulating linger option.

Legend:
Removed from v.1.67.2.1  
changed lines
  Added in v.1.67.2.2

CVSweb <webmaster@jp.NetBSD.org>