diff options
author | Mike Frysinger | 2006-03-23 03:05:05 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-03-23 03:05:05 +0000 |
commit | 13c8327b796862847f3682da2902381c39cf24ea (patch) | |
tree | d552ee35bb892efff30a62fc8d5ce924b1bf8703 /networking/udhcp/files.c | |
parent | e1d41b3102a34d92e61b265810306bb437c73ba0 (diff) | |
download | busybox-13c8327b796862847f3682da2902381c39cf24ea.zip busybox-13c8327b796862847f3682da2902381c39cf24ea.tar.gz |
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 416b1fe..fe853c7 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 } } + /* read a dhcp option and add it to opt_list */ static int read_opt(const char *const_line, void *arg) { |