OSDN Git Service

use errno.h not sys/errno.h as pointed out by sjhill
authorMike Frysinger <vapier@gentoo.org>
Fri, 30 Dec 2005 02:00:15 +0000 (02:00 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 30 Dec 2005 02:00:15 +0000 (02:00 -0000)
libc/inet/rpc/clnt_generic.c
libc/sysdeps/linux/e1/vfork.c

index fee12fd..cfd357f 100644 (file)
@@ -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
index f7dfb10..ec9961d 100644 (file)
@@ -1,5 +1,5 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
-#include <sys/errno.h>
+#include <errno.h>
 
 _syscall0(pid_t, vfork);