summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJolan Luff <jolan@cvs.openbsd.org>2004-05-10 05:18:54 +0000
committerJolan Luff <jolan@cvs.openbsd.org>2004-05-10 05:18:54 +0000
commit9f3182d31dff581f2c51da7dbcee796d4fddbb70 (patch)
tree96b67236c98227fe64a13331c2a3d52f5341dbc3
parentb59fec40577b4940184e4e060d5d7a72d8b3bf37 (diff)
obliterate undef, ok miod
-rw-r--r--sys/dev/hil/hil.c4
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>