Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/kern pull up rev(s) 1.42 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/47e11d9fb1c9
branches:  netbsd-1-4
changeset: 468836:47e11d9fb1c9
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Jun 21 19:22:11 1999 +0000

description:
pull up rev(s) 1.42 from trunk. (cgd)

diffstat:

 sys/kern/uipc_syscalls.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2a2ae7258d27 -r 47e11d9fb1c9 sys/kern/uipc_syscalls.c
--- a/sys/kern/uipc_syscalls.c  Mon Jun 21 19:21:51 1999 +0000
+++ b/sys/kern/uipc_syscalls.c  Mon Jun 21 19:22:11 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_syscalls.c,v 1.41 1999/02/10 18:02:28 kleink Exp $        */
+/*     $NetBSD: uipc_syscalls.c,v 1.41.2.1 1999/06/21 19:22:11 cgd Exp $       */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1990, 1993
@@ -42,8 +42,10 @@
 #include "opt_compat_hpux.h"
 #include "opt_compat_ultrix.h"
 #include "opt_compat_43.h"
+#include "opt_compat_osf1.h"
 #if defined(COMPAT_43) || defined(COMPAT_SUNOS) || defined(COMPAT_LINUX) || \
-    defined(COMPAT_HPUX) || defined(COMPAT_FREEBSD) || defined(COMPAT_ULTRIX)
+    defined(COMPAT_HPUX) || defined(COMPAT_FREEBSD) || \
+    defined(COMPAT_ULTRIX) || defined(COMPAT_OSF1)
 #define COMPAT_OLDSOCK /* used by <sys/socket.h> */
 #endif
 



Home | Main Index | Thread Index | Old Index