diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 07:57:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 07:57:10 +0000 |
commit | 9e19169b2dfa316e0a587ff4d6f9ea023d3850af (patch) | |
tree | efb2d7ceeeaf55b9320824da3f384aa6c606b7a5 /sys/dev/isa/opti.c | |
parent | 6378c9b84034e9769b2821431fb62113a0128170 (diff) |
/* /* */ is bad
Diffstat (limited to 'sys/dev/isa/opti.c')
-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> |