summaryrefslogtreecommitdiff
path: root/sys/dev/ic/gdtvar.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-07 04:30:22 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-07 04:30:22 +0000
commit9cb58b5d1bb06137a8552a30a9c607d75341500d (patch)
treedf7f69d8067d28b065f00e86728a21b79d6501f7 /sys/dev/ic/gdtvar.h
parenta8a59842ce70c012d2f07cf8a27eb5d37ac6cb3d (diff)
make it compilable without "options DEBUG"
Diffstat (limited to 'sys/dev/ic/gdtvar.h')
-rw-r--r--sys/dev/ic/gdtvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/gdtvar.h b/sys/dev/ic/gdtvar.h
index 2ab04ed56d0..8f3922da5cb 100644
--- a/sys/dev/ic/gdtvar.h
+++ b/sys/dev/ic/gdtvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gdtvar.h,v 1.1 2000/02/07 00:33:03 niklas Exp $ */
+/* $OpenBSD: gdtvar.h,v 1.2 2000/02/07 04:30:21 itojun Exp $ */
/*
* Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -44,7 +44,7 @@
#define GDT_D_IO 0x10
extern int gdt_debug;
#else
-#define GDT_PRINTF(args)
+#define GDT_DPRINTF(mask, args)
#endif
/* Miscellaneous constants */