summaryrefslogtreecommitdiffstats
path: root/sys/dev/hil
diff options
context:
space:
mode:
authorjolan <jolan@openbsd.org>2004-05-10 05:18:53 +0000
committerjolan <jolan@openbsd.org>2004-05-10 05:18:53 +0000
commit8fdad34ff57e68f3dc8782ea032829cb927efacb (patch)
tree6fc6b7c6b034d7fbe325a362b3a49b7753920813 /sys/dev/hil
parentanother (diff)
downloadwireguard-openbsd-8fdad34ff57e68f3dc8782ea032829cb927efacb.tar.xz
wireguard-openbsd-8fdad34ff57e68f3dc8782ea032829cb927efacb.zip
obliterate undef, ok miod
Diffstat (limited to 'sys/dev/hil')
-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>