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/linux Fix #endif incl...



details:   https://anonhg.NetBSD.org/src/rev/ab2920877ffd
branches:  riastradh-drm2
changeset: 788388:ab2920877ffd
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:34:04 2013 +0000

description:
Fix #endif include-protection comment in <linux/printk.h>.

diffstat:

 sys/external/bsd/drm2/include/linux/printk.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 6ccdfdcc8eac -r ab2920877ffd sys/external/bsd/drm2/include/linux/printk.h
--- a/sys/external/bsd/drm2/include/linux/printk.h      Wed Jul 24 03:33:48 2013 +0000
+++ b/sys/external/bsd/drm2/include/linux/printk.h      Wed Jul 24 03:34:04 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: printk.h,v 1.1.2.2 2013/07/24 03:33:48 riastradh Exp $ */
+/*     $NetBSD: printk.h,v 1.1.2.3 2013/07/24 03:34:04 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -118,4 +118,4 @@
        }
 }
 
-#endif  /* _LINUX_LIST_H_ */
+#endif  /* _LINUX_PRINTK_H_ */



Home | Main Index | Thread Index | Old Index