Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons Add multiple include detection - all userland...



details:   https://anonhg.NetBSD.org/src/rev/298ca4328779
branches:  trunk
changeset: 499662:298ca4328779
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Nov 26 06:03:24 2000 +0000

description:
Add multiple include detection - all userland installed headers are now
safe.

diffstat:

 sys/dev/wscons/wsdisplay_usl_io.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1c797e62fb3b -r 298ca4328779 sys/dev/wscons/wsdisplay_usl_io.h
--- a/sys/dev/wscons/wsdisplay_usl_io.h Sun Nov 26 05:22:15 2000 +0000
+++ b/sys/dev/wscons/wsdisplay_usl_io.h Sun Nov 26 06:03:24 2000 +0000
@@ -1,4 +1,7 @@
-/* $NetBSD: wsdisplay_usl_io.h,v 1.1 1998/06/11 22:00:04 drochner Exp $ */
+/* $NetBSD: wsdisplay_usl_io.h,v 1.2 2000/11/26 06:03:24 simonb Exp $ */
+
+#ifndef _DEV_WSCONS_WSDISPLAY_USL_IO_H_
+#define _DEV_WSCONS_WSDISPLAY_USL_IO_H_
 
 #define VT_OPENQRY     _IOR('v', 1, int)
 #define VT_SETMODE     _IOW('v', 2, vtmode_t)
@@ -80,3 +83,5 @@
 
 /* syscons compatibility */
 #define CONS_GETVERS   _IOR('c', 74, int)
+
+#endif /* _DEV_WSCONS_WSDISPLAY_USL_IO_H_ */



Home | Main Index | Thread Index | Old Index