[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.33 and 1.34

version 1.33, 1998/06/25 23:18:23 version 1.34, 1998/06/25 23:40:59
Line 387  __END_DECLS
Line 387  __END_DECLS
 # if !defined(_LKM)  # if !defined(_LKM)
 #  include "opt_compat_freebsd.h"  #  include "opt_compat_freebsd.h"
 #  include "opt_compat_linux.h"  #  include "opt_compat_linux.h"
   #  include "opt_compat_sunos.h"
 # endif  # 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)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>