[Midnightbsd-cvs] src: param.h: clean up parenthesis

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 7 09:28:34 EDT 2007


Log Message:
-----------
clean up parenthesis

Tags:
----
RELENG_0_1

Modified Files:
--------------
    src/sys/sys:
        param.h (r1.5.2.2 -> r1.5.2.3)

-------------- next part --------------
Index: param.h
===================================================================
RCS file: /home/cvs/src/sys/sys/param.h,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -Lsys/sys/param.h -Lsys/sys/param.h -u -r1.5.2.2 -r1.5.2.3
--- sys/sys/param.h
+++ sys/sys/param.h
@@ -89,7 +89,7 @@
 /* More types and definitions used throughout the kernel. */
 #ifdef _KERNEL
 #if 0
-#if (defined(OBSOLETE_IN_6)
+#if defined(OBSOLETE_IN_6)
 #error "This file contains obsolete code to be removed in 6.0-current"
 #endif
 #endif


More information about the Midnightbsd-cvs mailing list