ws
Wed Jan 29 04:07:27 PST 1997
Update of /cvsroot/src/sbin/routed
In directory netbsd1:/var/slash-tmp/cvs-serv28610
Modified Files:
parms.c
Log Message:
Shifting by 32 on a 32-bit machine is undefined
(and in fact -1 << 32 results in -1 on e.g. x86)