diff options
author | 1996-06-23 13:11:05 +0000 | |
---|---|---|
committer | 1996-06-23 13:11:05 +0000 | |
commit | 78b4c0069715713d12e1dbba16269e550c614714 (patch) | |
tree | 01fa1e07c8b961ac3b70bf7b82cc13d10e220a26 | |
parent | workaround because of pica stuff (diff) | |
download | wireguard-openbsd-78b4c0069715713d12e1dbba16269e550c614714.tar.xz wireguard-openbsd-78b4c0069715713d12e1dbba16269e550c614714.zip |
turn off debug options
-rw-r--r-- | sys/dev/isa/cy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/cy.c b/sys/dev/isa/cy.c index 61d80172dcd..083d66c95dc 100644 --- a/sys/dev/isa/cy.c +++ b/sys/dev/isa/cy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cy.c,v 1.3 1996/06/20 11:39:10 deraadt Exp $ */ +/* $OpenBSD: cy.c,v 1.4 1996/06/23 13:11:05 deraadt Exp $ */ /* * cy.c @@ -24,8 +24,8 @@ * */ -#define CY_DEBUG -#define CY_DEBUG1 +#undef CY_DEBUG +#undef CY_DEBUG1 /* NCY is the number of Cyclom cards in the machine */ #include "cy.h" |