aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/files.c
AgeCommit message (Expand)Author
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-30Use standard C99 typesEric Andersen
2003-12-18Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill
2003-12-16clean up some bad, bad formattingRuss Dill
2003-12-16remove reference to missing header file which is breaking the buildEric Andersen
2003-12-16why the complication of a static string rather than a define? gcc isn't dumbRuss Dill
2003-12-16when compiled standalone, udhcp needs these headersRuss Dill
2003-12-16whoopsRuss Dill
2003-12-16not sure who made this change, but it certainly mucks things up (note 'fwrite...Russ Dill
2003-12-15options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill
2003-06-10Vodz, last_patch_88Glenn L McGrath
2002-12-11resync with udhcp cvsRuss Dill
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-10-14added full udhcp integrationRuss Dill