diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-30 00:03:26 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-30 00:03:26 +0000 |
commit | 01cf4a0c148d60048b2957e8f1e52872fbc9a120 (patch) | |
tree | 61e9818fea64455aaa8c9002fbba643e4d9e0c4e | |
parent | 4e2a02c6febf6054caafb86c7275b2e5c225b43b (diff) |
"#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly.
-rw-r--r-- | sys/dev/ic/siop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index 594122513ec..7d415e6e5d8 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.84 2020/07/24 12:43:31 krw Exp $ */ +/* $OpenBSD: siop.c,v 1.85 2020/07/30 00:03:25 krw Exp $ */ /* $NetBSD: siop.c,v 1.79 2005/11/18 23:10:32 bouyer Exp $ */ /* @@ -48,7 +48,6 @@ #include <dev/ic/siopvar.h> #ifndef SIOP_DEBUG -#undef SIOP_DEBUG #undef SIOP_DEBUG_DR #undef SIOP_DEBUG_INTR #undef SIOP_DEBUG_SCHED |