diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-27 15:53:32 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-27 15:53:32 +0000 |
commit | 9811a4df8aaee7c01eb69dee4d368f5cdb25d48d (patch) | |
tree | 3c74937556ec618f5e533625e0eaab209734234c /libc/inet/resolv.c | |
parent | 06607b674f434b912cc5840253c376c572f2477e (diff) |
Fix build failure due to missing 'smallint' definition
by adding <unistd.h> header file.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r-- | libc/inet/resolv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index a6bee2589..d0c309d95 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -1061,7 +1061,6 @@ void attribute_hidden __open_nameservers(void) #define RESOLV_ARGS 5 char szBuffer[128], *p, *argv[RESOLV_ARGS]; int argc; - /* int rv = 0; */ __UCLIBC_MUTEX_LOCK(__resolv_lock); if (__nameservers > 0) |