Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/socket.h,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- src/sys/sys/socket.h 1998/09/05 19:03:25 1.38 +++ src/sys/sys/socket.h 1998/11/09 04:01:55 1.39 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.38 1998/09/05 19:03:25 kleink Exp $ */ +/* $NetBSD: socket.h,v 1.39 1998/11/09 04:01:55 mrg Exp $ */ /* * Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994 @@ -396,7 +396,7 @@ __END_DECLS # include "opt_compat_hpux.h" # endif # 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 MSG_COMPAT 0x8000 # endif