$NetBSD: patch-av,v 1.1 2004/11/29 05:09:43 taca Exp $ --- uip/dropsbr.c.orig 1998-04-24 06:02:00.000000000 +0900 +++ uip/dropsbr.c @@ -20,6 +20,9 @@ static char ident[] = "@(#)$Id: dropsbr. #undef NULLVP #include #else +#ifdef ntohl +#undef ntohl +#endif #define ntohl(n) (n) #endif