Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 02:56:03 UTC 2013

Modified Files:
        src/sys/external/bsd/drm2/include/asm [riastradh-drm2]: bug.h

Log Message:
Fix #endif comment in Linux <asm/bug.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/external/bsd/drm2/include/asm/bug.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/drm2/include/asm/bug.h
diff -u src/sys/external/bsd/drm2/include/asm/bug.h:1.1.2.3 src/sys/external/bsd/drm2/include/asm/bug.h:1.1.2.4
--- src/sys/external/bsd/drm2/include/asm/bug.h:1.1.2.3	Wed Jul 24 02:51:20 2013
+++ src/sys/external/bsd/drm2/include/asm/bug.h	Wed Jul 24 02:56:03 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: bug.h,v 1.1.2.3 2013/07/24 02:51:20 riastradh Exp $	*/
+/*	$NetBSD: bug.h,v 1.1.2.4 2013/07/24 02:56:03 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -49,4 +49,4 @@
 #define	WARN_ON(CONDITION)	WARN(CONDITION, "%s\n", #CONDITION)
 #define	WARN_ON_SMP(CONDITION)	WARN_ON(CONDITION) /* XXX */
 
-#endif  /* _LINUX_KERNEL_H_ */
+#endif  /* _ASM_BUG_H_ */

Reply via email to