Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/adosfs move include of header only needed for kernel dow...
details: https://anonhg.NetBSD.org/src/rev/5f851776501d
branches: trunk
changeset: 515017:5f851776501d
user: chs <chs%NetBSD.org@localhost>
date: Sat Sep 15 22:44:09 2001 +0000
description:
move include of header only needed for kernel down inside ifdef _KENREL.
diffstat:
sys/adosfs/adosfs.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8e3f2ead62d2 -r 5f851776501d sys/adosfs/adosfs.h
--- a/sys/adosfs/adosfs.h Sat Sep 15 22:38:40 2001 +0000
+++ b/sys/adosfs/adosfs.h Sat Sep 15 22:44:09 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adosfs.h,v 1.18 2001/09/15 20:36:31 chs Exp $ */
+/* $NetBSD: adosfs.h,v 1.19 2001/09/15 22:44:09 chs Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@@ -31,8 +31,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <miscfs/genfs/genfs_node.h>
-
/*
* Arguments to mount amigados filesystems.
*/
@@ -45,6 +43,8 @@
};
#ifdef _KERNEL
+#include <miscfs/genfs/genfs_node.h>
+
/*
* Amigados datestamp. (from 1/1/1978 00:00:00 local)
*/
Home |
Main Index |
Thread Index |
Old Index