Module Name:    src
Committed By:   christos
Date:           Sun May 29 01:14:31 UTC 2011

Modified Files:
        src/sys/fs/tmpfs: tmpfs.h

Log Message:
undo the multiple inclusion protection part.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/fs/tmpfs/tmpfs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/tmpfs/tmpfs.h
diff -u src/sys/fs/tmpfs/tmpfs.h:1.42 src/sys/fs/tmpfs/tmpfs.h:1.43
--- src/sys/fs/tmpfs/tmpfs.h:1.42	Sat May 28 21:00:50 2011
+++ src/sys/fs/tmpfs/tmpfs.h	Sat May 28 21:14:31 2011
@@ -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_ */

Reply via email to