Subject: CVS commit: src/dist/dhcp/server
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 06/16/2005 22:04:24
Module Name: src
Committed By: jmc
Date: Thu Jun 16 22:04:24 UTC 2005
Modified Files:
src/dist/dhcp/server: failover.c
Log Message:
gcc 2.96 requires all declarations before variable usage so the last set of
changes to fix -Wunitialized broke on vax. Moved definitions of
option and op before the initializations.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/dist/dhcp/server/failover.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.