Module Name: src
Committed By: jakllsch
Date: Sat Mar 5 21:38:34 UTC 2011
Modified Files:
src/sys/external/bsd/acpica/dist/include/platform: acnetbsd.h
Log Message:
Correct #endif comment.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.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/external/bsd/acpica/dist/include/platform/acnetbsd.h
diff -u src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.5 src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.6
--- src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.5 Fri Feb 18 17:31:14 2011
+++ src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h Sat Mar 5 21:38:34 2011
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acnetbsd.h - OS specific defines, etc.
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
*****************************************************************************/
@@ -65,7 +65,7 @@
#if defined(_KERNEL) || defined(_STANDALONE)
#ifdef _KERNEL_OPT
#include "opt_acpi.h" /* collect build-time options here */
-#endif /* _KERNEL */
+#endif /* _KERNEL_OPT */
#include <sys/param.h>
#include <sys/systm.h>