Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/dist/dhcp/server
Module Name: basesrc
Committed By: bjh21
Date: Mon Mar 18 20:31:03 UTC 2002
Modified Files:
basesrc/dist/dhcp/server: failover.c
Log Message:
When checking that a potentially-unsigned enum is >= 0, assign it to an int
first. This is necessary to avoid warnings with -fshort-enums. Casting
to an int really should be enough, but turns out not to be.
This change will be documented in doc/HACKS.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/dist/dhcp/server/failover.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index