diff options
author | imp <imp@FreeBSD.org> | 2001-08-04 05:27:52 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-08-04 05:27:52 +0000 |
commit | 7532e4f94389b03b23a5823530e82029e46640c6 (patch) | |
tree | 358fa8f57528fe25065f45665aa74c966f81890f /sys/dev | |
parent | 7f2b2ff93593a009bcc9884ae1f356cf797a9ddb (diff) | |
download | FreeBSD-src-7532e4f94389b03b23a5823530e82029e46640c6.zip FreeBSD-src-7532e4f94389b03b23a5823530e82029e46640c6.tar.gz |
Kill debug output for sn device. It is confusing the natives
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sn/if_sn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index 50a0f08..72fa100 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -78,7 +78,6 @@ * Multicast support by Kei TANAKA <kei@pal.xerox.com> * Special thanks to itojun@itojun.org */ -#define SN_DEBUG #include <sys/param.h> #include <sys/systm.h> |