Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/tmpfs undo the multiple inclusion protection part.
details: https://anonhg.NetBSD.org/src/rev/33f529409878
branches: trunk
changeset: 765511:33f529409878
user: christos <christos%NetBSD.org@localhost>
date: Sun May 29 01:14:31 2011 +0000
description:
undo the multiple inclusion protection part.
diffstat:
sys/fs/tmpfs/tmpfs.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 8b98fe167eeb -r 33f529409878 sys/fs/tmpfs/tmpfs.h
--- a/sys/fs/tmpfs/tmpfs.h Sun May 29 01:00:50 2011 +0000
+++ b/sys/fs/tmpfs/tmpfs.h Sun May 29 01:14:31 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tmpfs.h,v 1.42 2011/05/29 01:00:50 rmind Exp $ */
+/* $NetBSD: tmpfs.h,v 1.43 2011/05/29 01:14:31 christos Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 The NetBSD Foundation, Inc.
@@ -30,8 +30,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _FS_TMPFS_H_
-#define _FS_TMPFS_H_
+#ifndef _FS_TMPFS_TMPFS_H_
+#define _FS_TMPFS_TMPFS_H_
#if !defined(_KERNEL) && !defined(_KMEMUSER)
#error "not supposed to be exposed to userland"
@@ -352,4 +352,4 @@
return node;
}
-#endif /* _FS_TMPFS_H_ */
+#endif /* _FS_TMPFS_TMPFS_H_ */
Home |
Main Index |
Thread Index |
Old Index