Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sys If someone wants to define COMPAT_OIFDATA / C...



details:   https://anonhg.NetBSD.org/src/rev/e1eac854db09
branches:  trunk
changeset: 758548:e1eac854db09
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Nov 07 19:45:06 2010 +0000

description:
If someone wants to define COMPAT_OIFDATA / COMPAT_OIFREQ outside
of config, let them.

diffstat:

 sys/compat/sys/sockio.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r d2397b5626ee -r e1eac854db09 sys/compat/sys/sockio.h
--- a/sys/compat/sys/sockio.h   Sun Nov 07 17:54:03 2010 +0000
+++ b/sys/compat/sys/sockio.h   Sun Nov 07 19:45:06 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sockio.h,v 1.8 2009/11/28 22:11:42 dsl Exp $   */
+/*     $NetBSD: sockio.h,v 1.9 2010/11/07 19:45:06 pooka Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1993, 1994
@@ -52,11 +52,6 @@
 #define COMPAT_OIFDATA
 #endif
 
-#else /* !_KERNEL_OPT */
-
-#undef COMPAT_OIFREQ
-#undef COMPAT_OIFDATA
-
 #endif /* _KERNEL_OPT */
 
 struct oifreq {



Home | Main Index | Thread Index | Old Index