summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-12-12 16:44:11 +0000
committermickey <mickey@openbsd.org>2001-12-12 16:44:11 +0000
commite3ee1b1850312ef924e390da7457dc2c46545c37 (patch)
treed2c42c8d1c6da7368e4890e8f67a61afdbee9206
parentmore zip code updates from Ted U <grendel@heorot.stanford.edu> (diff)
downloadwireguard-openbsd-e3ee1b1850312ef924e390da7457dc2c46545c37.tar.xz
wireguard-openbsd-e3ee1b1850312ef924e390da7457dc2c46545c37.zip
disable debugging, pointed out by brad@
-rw-r--r--sys/dev/ic/ami.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 3fe7553b40e..948d6452e5b 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.14 2001/12/12 14:52:52 mickey Exp $ */
+/* $OpenBSD: ami.c,v 1.15 2001/12/12 16:44:11 mickey Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -49,7 +49,7 @@
* Theo de Raadt.
*/
-#define AMI_DEBUG
+/* #define AMI_DEBUG */
#include <sys/param.h>
#include <sys/systm.h>