diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-30 02:00:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-30 02:00:15 +0000 |
commit | 668f51ff6aaafce27d2b68fbb9c26c913761887b (patch) | |
tree | 50762509119de1ed8d5ec641609d13f64e1a374f /libc/inet | |
parent | 1c91f4a8fe798908b55742e7d55b65db7ac055ee (diff) |
use errno.h not sys/errno.h as pointed out by sjhill
Diffstat (limited to 'libc/inet')
-rw-r--r-- | libc/inet/rpc/clnt_generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/inet/rpc/clnt_generic.c b/libc/inet/rpc/clnt_generic.c index fee12fd7d..cfd357f63 100644 --- a/libc/inet/rpc/clnt_generic.c +++ b/libc/inet/rpc/clnt_generic.c @@ -44,7 +44,6 @@ #include <string.h> #include <rpc/rpc.h> #include <sys/socket.h> -#include <sys/errno.h> #include <netdb.h> #undef get_rpc_createerr |