Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/svr4 include ioctl_compat.h unconditionally.



details:   https://anonhg.NetBSD.org/src/rev/cf033d83f699
branches:  trunk
changeset: 518337:cf033d83f699
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 28 13:46:06 2001 +0000

description:
include ioctl_compat.h unconditionally.

diffstat:

 sys/compat/svr4/svr4_ttold.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 8140f4af45a0 -r cf033d83f699 sys/compat/svr4/svr4_ttold.c
--- a/sys/compat/svr4/svr4_ttold.c      Wed Nov 28 13:29:29 2001 +0000
+++ b/sys/compat/svr4/svr4_ttold.c      Wed Nov 28 13:46:06 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_ttold.c,v 1.15 2001/11/28 12:02:59 manu Exp $      */
+/*     $NetBSD: svr4_ttold.c,v 1.16 2001/11/28 13:46:06 christos Exp $  */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: svr4_ttold.c,v 1.15 2001/11/28 12:02:59 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: svr4_ttold.c,v 1.16 2001/11/28 13:46:06 christos Exp $");
 
 #include "opt_compat_irix.h"
 
@@ -54,9 +54,7 @@
 #include <sys/mount.h>
 #include <net/if.h>
 #include <sys/malloc.h>
-#ifdef COMPAT_IRIX
 #include <sys/ioctl_compat.h>
-#endif
 
 #include <sys/syscallargs.h>
 



Home | Main Index | Thread Index | Old Index