Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
a3170d5aab8a13006fd707666533acab9c164831
/
networking
/
udhcp
/
files.c
a3170d5
whoops
by Russ Dill
· 21 years ago
8f43126
not sure who made this change, but it certainly mucks things up (note 'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct)
by Russ Dill
· 21 years ago
4a9e34c
options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox
by Russ Dill
· 21 years ago
2483343
Vodz, last_patch_88
by Glenn L McGrath
· 22 years ago
1eb7a17
resync with udhcp cvs
by Russ Dill
· 22 years ago
a170e1c
Change if(x)free(x); to free(x);
by Aaron Lehmann
· 22 years ago
61fb489
added full udhcp integration
by Russ Dill
· 22 years ago