summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2008-04-24 12:53:50 +0000
committerjsing <jsing@openbsd.org>2008-04-24 12:53:50 +0000
commit2d5603a7e08259c9b777cfa84a85dff8069a322c (patch)
tree99fc727f3b6c71fd29b75fe3268b77b1997b66c1 /sys
parentUnbreak IP30 serial console. (diff)
downloadwireguard-openbsd-2d5603a7e08259c9b777cfa84a85dff8069a322c.tar.xz
wireguard-openbsd-2d5603a7e08259c9b777cfa84a85dff8069a322c.zip
Keep order of "#if defined..." consistent.
ok dlg@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/com.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index 49c08b7362a..916aa75e059 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.124 2008/04/24 12:49:40 jsing Exp $ */
+/* $OpenBSD: com.c,v 1.125 2008/04/24 12:53:50 jsing Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*
@@ -81,7 +81,7 @@
#endif
#include <machine/bus.h>
-#if defined(__sparc64__) || !defined(__sparc__)
+#if !defined(__sparc__) || defined(__sparc64__)
#include <machine/intr.h>
#endif