From 71bb073d45b19ec5d7afb2d222b5c6266f132fa1 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Fri, 10 Nov 2000 06:06:55 +0000 Subject: [PATCH] Don't always enable debugging for the network device code. Reviewed by: obrien --- lib/libstand/net.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libstand/net.h b/lib/libstand/net.h index 24534afcaac..dcd574fb122 100644 --- a/lib/libstand/net.h +++ b/lib/libstand/net.h @@ -40,8 +40,6 @@ * $FreeBSD$ */ -#define NETIF_DEBUG 1 - #ifndef _KERNEL /* XXX - see */ #undef __IPADDR #define __IPADDR(x) htonl((u_int32_t)(x))