diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-23 03:05:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-23 03:05:05 +0000 |
commit | 13c8327b796862847f3682da2902381c39cf24ea (patch) | |
tree | d552ee35bb892efff30a62fc8d5ce924b1bf8703 /networking/udhcp/files.c | |
parent | e1d41b3102a34d92e61b265810306bb437c73ba0 (diff) | |
download | busybox-w32-13c8327b796862847f3682da2902381c39cf24ea.tar.gz busybox-w32-13c8327b796862847f3682da2902381c39cf24ea.tar.bz2 busybox-w32-13c8327b796862847f3682da2902381c39cf24ea.zip |
sync busybox and udhcp trees
Diffstat (limited to 'networking/udhcp/files.c')
-rw-r--r-- | networking/udhcp/files.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index 416b1feb0..fe853c7cc 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c | |||
@@ -139,6 +139,7 @@ static void attach_option(struct option_set **opt_list, struct dhcp_option *opti | |||
139 | } | 139 | } |
140 | } | 140 | } |
141 | 141 | ||
142 | |||
142 | /* read a dhcp option and add it to opt_list */ | 143 | /* read a dhcp option and add it to opt_list */ |
143 | static int read_opt(const char *const_line, void *arg) | 144 | static int read_opt(const char *const_line, void *arg) |
144 | { | 145 | { |