[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.26 and 1.26.8.1

version 1.26, 1997/05/05 06:29:09 version 1.26.8.1, 1998/11/10 04:21:22
Line 355  int socketpair __P((int, int, int, int *
Line 355  int socketpair __P((int, int, int, int *
 __END_DECLS  __END_DECLS
 #else  #else
 # 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) || defined(COMPAT_ULTRIX)
 #  define COMPAT_OLDSOCK  #  define COMPAT_OLDSOCK
 #  define MSG_COMPAT    0x8000  #  define MSG_COMPAT    0x8000
 # endif  # endif

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.8.1

CVSweb <webmaster@jp.NetBSD.org>