diff options
author | 2006-05-30 03:25:13 +0000 | |
---|---|---|
committer | 2006-05-30 03:25:13 +0000 | |
commit | b6d289ba1c71cf1ab0a385f1d53872bb88c82fd8 (patch) | |
tree | 8cb227f68d341582f2dbc077ed14a27d8e636365 | |
parent | clean userland namespace a bit more; ok miod (diff) | |
download | wireguard-openbsd-b6d289ba1c71cf1ab0a385f1d53872bb88c82fd8.tar.xz wireguard-openbsd-b6d289ba1c71cf1ab0a385f1d53872bb88c82fd8.zip |
hush; ok dlg
-rw-r--r-- | sys/dev/ic/mpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c index e113a6c6f6b..00b0f47be85 100644 --- a/sys/dev/ic/mpi.c +++ b/sys/dev/ic/mpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi.c,v 1.12 2006/05/29 21:30:24 dlg Exp $ */ +/* $OpenBSD: mpi.c,v 1.13 2006/05/30 03:25:13 jason Exp $ */ /* * Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org> @@ -33,7 +33,7 @@ #include <dev/ic/mpireg.h> #include <dev/ic/mpivar.h> -#define MPI_DEBUG +#undef MPI_DEBUG #ifdef MPI_DEBUG #define DPRINTF(x...) do { if (mpidebug) printf(x); } while (0) |