diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 23:39:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 23:39:24 +0000 |
commit | 0312ebc3a0d341c687910358f01ed51a4f41fbca (patch) | |
tree | 51a1d926efdc4dd716d9fc31e1a84681bf6c23ca /sys/arch | |
parent | 0b484fec0bc14a88af8317af49053c460e39379d (diff) |
wrap proto in DEBUG too
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arc/dev/asc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arc/dev/asc.c b/sys/arch/arc/dev/asc.c index fb10dca8c3e..2a515e7a28f 100644 --- a/sys/arch/arc/dev/asc.c +++ b/sys/arch/arc/dev/asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc.c,v 1.5 1997/04/19 17:19:50 pefo Exp $ */ +/* $OpenBSD: asc.c,v 1.6 1997/08/01 23:39:23 deraadt Exp $ */ /* $NetBSD: asc.c,v 1.10 1994/12/05 19:11:12 dean Exp $ */ /*- @@ -491,7 +491,9 @@ struct scsi_device asc_dev = { static int asc_intr __P((void *)); static int asc_poll __P((struct asc_softc *, int)); +#ifdef DEBUG static void asc_DumpLog __P((char *)); +#endif /* * Match driver based on name |