[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.54 and 1.54.2.1

version 1.54, 2000/04/03 11:49:25 version 1.54.2.1, 2000/06/22 17:10:27
Line 74 
Line 74 
 /*  /*
  * Data types.   * Data types.
  */   */
 typedef unsigned int    socklen_t;  #include <sys/ansi.h>
   #ifndef socklen_t
   typedef __socklen_t     socklen_t;
   #define socklen_t       socklen_t
   #endif
   
 /*  /*
  * Socket types.   * Socket types.

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.54.2.1

CVSweb <webmaster@jp.NetBSD.org>