summaryrefslogtreecommitdiffstats
path: root/sys/sys/kbio.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-12-04 02:12:43 +0000
committerru <ru@FreeBSD.org>2005-12-04 02:12:43 +0000
commit522e9c2b7b1ceeb0bc6a2edb3ee62885d8106ac3 (patch)
treef3ce65232b57836f87c8dc38dfcc8fbb95679c5d /sys/sys/kbio.h
parent7b7fd248389b497235a0e9dcef2aff317880a15b (diff)
downloadFreeBSD-src-522e9c2b7b1ceeb0bc6a2edb3ee62885d8106ac3.zip
FreeBSD-src-522e9c2b7b1ceeb0bc6a2edb3ee62885d8106ac3.tar.gz
Fix -Wundef.
Diffstat (limited to 'sys/sys/kbio.h')
-rw-r--r--sys/sys/kbio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/kbio.h b/sys/sys/kbio.h
index a4b1f04..97522197 100644
--- a/sys/sys/kbio.h
+++ b/sys/sys/kbio.h
@@ -21,7 +21,7 @@
#define KDMKTONE _IO('K', 8 /*, int */)
/* see console.h for the definitions of the following ioctls */
-#if notdef
+#ifdef notdef
#define KDGETMODE _IOR('K', 9, int)
#define KDSETMODE _IO('K', 10 /*, int */)
#define KDSBORDER _IO('K', 13 /*, int */)
@@ -75,7 +75,7 @@ typedef struct keyboard_info keyboard_info_t;
#define KBRELKBD _IOW('K', 69, keyboard_info_t) /* release keyboard */
/* see console.h for the definition of the following ioctl */
-#if notdef
+#ifdef notdef
#define KDRASTER _IOW('K', 100, scr_size_t)
#endif
@@ -216,7 +216,7 @@ typedef struct fkeyarg fkeyarg_t;
#define GETFKEY _IOWR('k', 0, fkeyarg_t)
#define SETFKEY _IOWR('k', 1, fkeyarg_t)
-#if notdef /* see console.h */
+#ifdef notdef /* see console.h */
#define GIO_SCRNMAP _IOR('k', 2, scrmap_t)
#define PIO_SCRNMAP _IOW('k', 3, scrmap_t)
#endif
OpenPOWER on IntegriCloud