//#define -> #undef

This commit is contained in:
mycroft 2000-07-23 22:59:56 +00:00
parent 0b9155381b
commit a6fc55d840
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mld6.c,v 1.6 2000/05/19 10:43:38 itojun Exp $ */
/* $NetBSD: mld6.c,v 1.7 2000/07/23 22:59:56 mycroft Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
@ -307,7 +307,7 @@ int recvlen;
}
/* TODO: too noisy. Remove it? */
//#define NOSUCHDEF
#undef NOSUCHDEF
#ifdef NOSUCHDEF
IF_DEBUG(DEBUG_PKT | debug_kind(IPPROTO_ICMPV6, mldh->mld6_type,
mldh->mld6_code))

View File

@ -1,4 +1,4 @@
/* $NetBSD: mld6.c,v 1.4 2000/05/19 10:43:48 itojun Exp $ */
/* $NetBSD: mld6.c,v 1.5 2000/07/23 23:00:54 mycroft Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
@ -326,7 +326,7 @@ int recvlen;
}
/* TODO: too noisy. Remove it? */
//#define NOSUCHDEF
#undef NOSUCHDEF
#ifdef NOSUCHDEF
IF_DEBUG(DEBUG_PKT | debug_kind(IPPROTO_ICMPV6, mldh->mld6_type,
mldh->mld6_code))