summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-06-09 03:57:19 +0000
committermickey <mickey@openbsd.org>2001-06-09 03:57:19 +0000
commit73e666f83b9ab231c20f12bbc3d98bae20b77444 (patch)
tree0982cb4e31a12ccca8fb6e2b3e6f8196f0250583
parentprint return value for debugging purposes (diff)
downloadwireguard-openbsd-73e666f83b9ab231c20f12bbc3d98bae20b77444.tar.xz
wireguard-openbsd-73e666f83b9ab231c20f12bbc3d98bae20b77444.zip
disable debugging by default
-rw-r--r--sys/arch/hppa/dev/lasi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/lasi.c b/sys/arch/hppa/dev/lasi.c
index fb483d6bf5e..2555a601a1d 100644
--- a/sys/arch/hppa/dev/lasi.c
+++ b/sys/arch/hppa/dev/lasi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lasi.c,v 1.3 1999/04/20 20:28:32 mickey Exp $ */
+/* $OpenBSD: lasi.c,v 1.4 2001/06/09 03:57:19 mickey Exp $ */
/*
* Copyright (c) 1998,1999 Michael Shalayeff
@@ -30,7 +30,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define LASIDEBUG 9
+#undef LASIDEBUG
#include <sys/param.h>
#include <sys/systm.h>