Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/sys pull up rev(s) 1.25 from trunk. (cgd)
details: https://anonhg.NetBSD.org/src/rev/9150fd3a7564
branches: netbsd-1-4
changeset: 468840:9150fd3a7564
user: cgd <cgd%NetBSD.org@localhost>
date: Mon Jun 21 19:23:11 1999 +0000
description:
pull up rev(s) 1.25 from trunk. (cgd)
diffstat:
sys/sys/ioctl.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 928b8c7e7014 -r 9150fd3a7564 sys/sys/ioctl.h
--- a/sys/sys/ioctl.h Mon Jun 21 19:22:57 1999 +0000
+++ b/sys/sys/ioctl.h Mon Jun 21 19:23:11 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ioctl.h,v 1.24 1998/12/16 11:01:01 christos Exp $ */
+/* $NetBSD: ioctl.h,v 1.24.2.1 1999/06/21 19:23:11 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993, 1994
@@ -88,9 +88,10 @@
#include "opt_compat_sunos.h"
#include "opt_compat_svr4.h"
#include "opt_compat_43.h"
+#include "opt_compat_osf1.h"
#endif
#if defined(USE_OLD_TTY) || defined(COMPAT_43) || defined(COMPAT_SUNOS) || \
- defined(COMPAT_SVR4) || defined(COMPAT_FREEBSD)
+ defined(COMPAT_SVR4) || defined(COMPAT_FREEBSD) || defined(COMPAT_OSF1)
#include <sys/ioctl_compat.h>
#endif
Home |
Main Index |
Thread Index |
Old Index