diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-17 03:31:47 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-17 03:31:47 +0000 |
commit | 64933f2dc517eab440c4242234f079127e1f15a7 (patch) | |
tree | e47687e9081738291b381f88af14c9e40b0355af /include | |
parent | 94cec9a5ee5301bf5d65b9ed7c93b8b74510a187 (diff) |
resolver: separate gethostent and gethostent_r into two .o files;
delete two stray files which compile to nothing
Diffstat (limited to 'include')
-rw-r--r-- | include/resolv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/resolv.h b/include/resolv.h index d5168770d..9fcc2b48c 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -149,7 +149,7 @@ struct __res_state { * is the number of addresses of all kinds. * * If this differs from established usage and you need - * to change this, please describe how is it supposed to work. + * to change this, please describe how it is supposed to work. */ union { struct { |