Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include Remove dummy includes.



details:   https://anonhg.NetBSD.org/src/rev/5b399e1f457b
branches:  trunk
changeset: 518189:5b399e1f457b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Nov 26 01:03:58 2001 +0000

description:
Remove dummy includes.

diffstat:

 sys/arch/arm/include/pmap.h    |  8 --------
 sys/arch/arm/include/vmparam.h |  8 --------
 2 files changed, 0 insertions(+), 16 deletions(-)

diffs (24 lines):

diff -r 5d87931eec8b -r 5b399e1f457b sys/arch/arm/include/pmap.h
--- a/sys/arch/arm/include/pmap.h       Mon Nov 26 01:03:23 2001 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-/* $NetBSD: pmap.h,v 1.1 2001/07/29 09:50:07 chris Exp $ */
-
-/*
- * Dummy pmap.h file to keep userland happy
- */
-#ifdef _KERNEL
-#error "userland pmap.h included by the kernel!"
-#endif
diff -r 5d87931eec8b -r 5b399e1f457b sys/arch/arm/include/vmparam.h
--- a/sys/arch/arm/include/vmparam.h    Mon Nov 26 01:03:23 2001 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-/* $NetBSD: vmparam.h,v 1.1 2001/07/29 09:50:07 chris Exp $ */
-
-/*
- * Dummy vmparam.h file to keep userland happy
- */
-#ifdef _KERNEL
-#error "userland vmparam.h included by the kernel!"
-#endif



Home | Main Index | Thread Index | Old Index