diff options
author | 2001-12-12 16:44:11 +0000 | |
---|---|---|
committer | 2001-12-12 16:44:11 +0000 | |
commit | e3ee1b1850312ef924e390da7457dc2c46545c37 (patch) | |
tree | d2c42c8d1c6da7368e4890e8f67a61afdbee9206 | |
parent | more zip code updates from Ted U <grendel@heorot.stanford.edu> (diff) | |
download | wireguard-openbsd-e3ee1b1850312ef924e390da7457dc2c46545c37.tar.xz wireguard-openbsd-e3ee1b1850312ef924e390da7457dc2c46545c37.zip |
disable debugging, pointed out by brad@
-rw-r--r-- | sys/dev/ic/ami.c | 4 |
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> |