Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/common Really comment out if_43.c this time. (I ...



details:   https://anonhg.NetBSD.org/src/rev/b4d874b3ccdc
branches:  trunk
changeset: 818841:b4d874b3ccdc
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Nov 03 06:54:08 2016 +0000

description:
Really comment out if_43.c this time.  (I need sleep and/or caffeine.)

diffstat:

 sys/compat/common/Makefile.sysio |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 069de93db9d5 -r b4d874b3ccdc sys/compat/common/Makefile.sysio
--- a/sys/compat/common/Makefile.sysio  Thu Nov 03 06:28:04 2016 +0000
+++ b/sys/compat/common/Makefile.sysio  Thu Nov 03 06:54:08 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sysio,v 1.3 2016/11/03 06:28:04 pgoyette Exp $
+#      $NetBSD: Makefile.sysio,v 1.4 2016/11/03 06:54:08 pgoyette Exp $
 
 # Sources for syscall and ioctl compatibility across the versions.
 
@@ -11,8 +11,8 @@
 # a pointer to a no-op compat_cvtcmd() and that pointer would get
 # replaced by compat_mnodcmd(MODULE_CMD_INIT, ...) code.  But for now,
 # just don't include it in the compat module at all.
-
-SRCS+= if_43.c
+#
+#SRCS+=        if_43.c
 #
 
 # Compatibility code for NetBSD 0.9



Home | Main Index | Thread Index | Old Index