diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index 61bddfa9a79c..bbd3beb8ac79 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -1,4 +1,4 @@ -/* $NetBSD: mroute6.c,v 1.3 1999/11/19 10:44:34 bouyer Exp $ */ +/* $NetBSD: mroute6.c,v 1.4 1999/12/02 14:31:22 tron Exp $ */ /* * Copyright (C) 1998 WIDE Project. @@ -78,9 +78,9 @@ #include -#define KERNEL 1 +#define _KERNEL 1 #include -#undef KERNEL +#undef _KERNEL #include #include "netstat.h"