Don't always enable debugging for the network device code.

Reviewed by:	obrien
This commit is contained in:
Benno Rice 2000-11-10 06:06:55 +00:00
parent 912209a5b2
commit 71bb073d45

View File

@ -40,8 +40,6 @@
* $FreeBSD$
*/
#define NETIF_DEBUG 1
#ifndef _KERNEL /* XXX - see <netinet/in.h> */
#undef __IPADDR
#define __IPADDR(x) htonl((u_int32_t)(x))