Subject: CVS commit: src/sbin/route
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 11/11/2006 21:50:19
Module Name:	src
Committed By:	apb
Date:		Sat Nov 11 21:50:19 UTC 2006

Modified Files:
	src/sbin/route: route.c

Log Message:
Fix a bug that caused 0.0.0.0/0 to be treated like 0.0.0.0/32.

foo << 32 is undefined per section 6.5.7 of the C99 standard
if foo is (or is promoted to) a 32-bit type.


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sbin/route/route.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.