diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 13:11:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 13:11:06 +0000 |
commit | b031246546788a32f76ceb4520c85835b0250faa (patch) | |
tree | 3c6b82cb6bab6f8002125744f85a41f6cce2fbd0 | |
parent | 8e5ab58dfb4a2366a976d579f0a7831e6778b63c (diff) |
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" |