Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/include/asm Fix #endif commen...
details: https://anonhg.NetBSD.org/src/rev/e57be031c2e6
branches: riastradh-drm2
changeset: 788253:e57be031c2e6
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:56:03 2013 +0000
description:
Fix #endif comment in Linux <asm/bug.h>.
diffstat:
sys/external/bsd/drm2/include/asm/bug.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 88203cd4e435 -r e57be031c2e6 sys/external/bsd/drm2/include/asm/bug.h
--- a/sys/external/bsd/drm2/include/asm/bug.h Wed Jul 24 02:55:48 2013 +0000
+++ b/sys/external/bsd/drm2/include/asm/bug.h Wed Jul 24 02:56:03 2013 +0000
@@ -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_ */
Home |
Main Index |
Thread Index |
Old Index