Module Name: src Committed By: kre Date: Thu Feb 13 01:54:46 UTC 2025
Modified Files: src/external/bsd/dhcpcd/dist/src: if-options.c Log Message: The var 'vo' in free_options() is used only #ifndef SMALL, move its declaration to the appropriate place for that case. Should help the builds at least make it further. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/external/bsd/dhcpcd/dist/src/if-options.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.