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/4e11efe5a9e8
branches: trunk
changeset: 348699:4e11efe5a9e8
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 0f56cdbc93db -r 4e11efe5a9e8 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