Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sunos Don't define COMPAT_SUNOS here. It is defin...



details:   https://anonhg.NetBSD.org/src/rev/bb477e1d302e
branches:  trunk
changeset: 518554:bb477e1d302e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 02 00:35:25 2001 +0000

description:
Don't define COMPAT_SUNOS here. It is defined in opt_compat_sunos.h
and <sys/ioctl.h> and <sys/tty.h> include it properly.

XXX Is this needed for LKM?

diffstat:

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

diffs (20 lines):

diff -r 8a76badfbc8c -r bb477e1d302e sys/compat/sunos/sunos_misc.c
--- a/sys/compat/sunos/sunos_misc.c     Sat Dec 01 23:39:11 2001 +0000
+++ b/sys/compat/sunos/sunos_misc.c     Sun Dec 02 00:35:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunos_misc.c,v 1.111 2001/11/13 02:09:18 lukem Exp $   */
+/*     $NetBSD: sunos_misc.c,v 1.112 2001/12/02 00:35:25 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -54,9 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos_misc.c,v 1.111 2001/11/13 02:09:18 lukem Exp $");
-
-#define COMPAT_SUNOS 1
+__KERNEL_RCSID(0, "$NetBSD: sunos_misc.c,v 1.112 2001/12/02 00:35:25 tsutsui Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_nfsserver.h"



Home | Main Index | Thread Index | Old Index