diff options
author | 1996-05-27 07:57:09 +0000 | |
---|---|---|
committer | 1996-05-27 07:57:09 +0000 | |
commit | d6b5f297571d8c1aba383f2004d5657df3ac84ca (patch) | |
tree | aefcd683b63a1094770165fbfe5a2eb93617bd92 | |
parent | verbosity during probe is dumb (diff) | |
download | wireguard-openbsd-d6b5f297571d8c1aba383f2004d5657df3ac84ca.tar.xz wireguard-openbsd-d6b5f297571d8c1aba383f2004d5657df3ac84ca.zip |
/* /* */ is bad
-rw-r--r-- | sys/dev/isa/opti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/opti.c b/sys/dev/isa/opti.c index a2316700f15..b71cf1a1fd3 100644 --- a/sys/dev/isa/opti.c +++ b/sys/dev/isa/opti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: opti.c,v 1.3 1996/05/03 12:01:04 mickey Exp $ */ +/* $OpenBSD: opti.c,v 1.4 1996/05/27 07:57:09 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -36,7 +36,7 @@ * Code to setup 82C929 chipset */ -/* #define OPTI_DEBUG 9 /* */ +/* #define OPTI_DEBUG 9 */ #include <sys/param.h> #include <sys/types.h> |