diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/hil/hil.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/hil/hil.c b/sys/dev/hil/hil.c index 55c70db668b..f0756c57c0b 100644 --- a/sys/dev/hil/hil.c +++ b/sys/dev/hil/hil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hil.c,v 1.13 2004/03/12 20:29:12 miod Exp $ */ +/* $OpenBSD: hil.c,v 1.14 2004/05/10 05:18:53 jolan Exp $ */ /* * Copyright (c) 2003, 2004, Miodrag Vallat. * All rights reserved. @@ -64,8 +64,6 @@ * @(#)hil.c 8.2 (Berkeley) 1/12/94 */ -#undef HILDEBUG - #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> |