can't fit "256" in an 8bit value, don't have a switch case for it.
This commit is contained in:
parent
20265245bf
commit
3479c0a6a2
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: prune.c,v 1.15 2003/09/06 12:45:00 itojun Exp $ */
|
/* $NetBSD: prune.c,v 1.16 2006/05/12 01:27:27 mrg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The mrouted program is covered by the license in the accompanying file
|
* The mrouted program is covered by the license in the accompanying file
|
||||||
|
@ -32,7 +32,7 @@ extern int phys_vif;
|
||||||
case 32: \
|
case 32: \
|
||||||
case 64: \
|
case 64: \
|
||||||
case 128: \
|
case 128: \
|
||||||
case 256: y = 1; \
|
/*case 256:*/ y = 1; \
|
||||||
break; \
|
break; \
|
||||||
default: y = 0; \
|
default: y = 0; \
|
||||||
} \
|
} \
|
||||||
|
|
Loading…
Reference in New Issue