[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.31 and 1.36

version 1.31, 1998/04/30 00:03:16 version 1.36, 1998/06/26 13:57:20
Line 384  int socket __P((int, int, int));
Line 384  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(_KERNEL) && !defined(_LKM)
   #  include "opt_compat_freebsd.h"
   #  include "opt_compat_linux.h"
   #  include "opt_compat_sunos.h"
   #  include "opt_compat_hpux.h"
   # endif
 # if defined(COMPAT_43) || defined(COMPAT_SUNOS) || defined(COMPAT_LINUX) || \  # if defined(COMPAT_43) || defined(COMPAT_SUNOS) || defined(COMPAT_LINUX) || \
      defined(COMPAT_HPUX) || defined(COMPAT_FREEBSD)       defined(COMPAT_HPUX) || defined(COMPAT_FREEBSD)
 #  define COMPAT_OLDSOCK  #  define COMPAT_OLDSOCK

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>