[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.40 and 1.41

version 1.40, 1998/12/13 19:19:34 version 1.41, 1998/12/18 13:18:42
Line 389  int socket __P((int, int, int));
Line 389  int socket __P((int, int, int));
 int     socketpair __P((int, int, int, int *));  int     socketpair __P((int, int, int, int *));
 __END_DECLS  __END_DECLS
 #else  #else
 # if !defined(_LKM)  #ifdef COMPAT_OLDSOCK
 #  include "opt_compat_freebsd.h"  #define MSG_COMPAT      0x8000
 #  include "opt_compat_linux.h"  #endif
 #  include "opt_compat_sunos.h"  
 #  include "opt_compat_hpux.h"  
 #  include "opt_compat_43.h"  
 # endif  
 # if defined(COMPAT_43) || defined(COMPAT_SUNOS) || defined(COMPAT_LINUX) || \  
      defined(COMPAT_HPUX) || defined(COMPAT_FREEBSD) || defined(COMPAT_ULTRIX)  
 #  define COMPAT_OLDSOCK  
 #  define MSG_COMPAT    0x8000  
 # endif  
 #endif /* !_KERNEL */  #endif /* !_KERNEL */
   
 #endif /* !_SYS_SOCKET_H_ */  #endif /* !_SYS_SOCKET_H_ */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>