From 668f51ff6aaafce27d2b68fbb9c26c913761887b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 30 Dec 2005 02:00:15 +0000 Subject: use errno.h not sys/errno.h as pointed out by sjhill --- libc/inet/rpc/clnt_generic.c | 1 - libc/sysdeps/linux/e1/vfork.c | 2 +- 2 files changed, 1 insertion(+), 2 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 #include #include -#include #include #undef get_rpc_createerr diff --git a/libc/sysdeps/linux/e1/vfork.c b/libc/sysdeps/linux/e1/vfork.c index f7dfb10ba..ec9961d62 100644 --- a/libc/sysdeps/linux/e1/vfork.c +++ b/libc/sysdeps/linux/e1/vfork.c @@ -1,5 +1,5 @@ #include #include -#include +#include _syscall0(pid_t, vfork); -- cgit v1.2.3