svn commit: trunk/uClibc/libc: inet/rpc sysdeps/linux/e1

vapier at uclibc.org vapier at uclibc.org
Fri Dec 30 02:00:17 UTC 2005


Author: vapier
Date: 2005-12-29 18:00:15 -0800 (Thu, 29 Dec 2005)
New Revision: 13018

Log:
use errno.h not sys/errno.h as pointed out by sjhill

Modified:
   trunk/uClibc/libc/inet/rpc/clnt_generic.c
   trunk/uClibc/libc/sysdeps/linux/e1/vfork.c


Changeset:
Modified: trunk/uClibc/libc/inet/rpc/clnt_generic.c
===================================================================
--- trunk/uClibc/libc/inet/rpc/clnt_generic.c	2005-12-30 00:59:58 UTC (rev 13017)
+++ trunk/uClibc/libc/inet/rpc/clnt_generic.c	2005-12-30 02:00:15 UTC (rev 13018)
@@ -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

Modified: trunk/uClibc/libc/sysdeps/linux/e1/vfork.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/e1/vfork.c	2005-12-30 00:59:58 UTC (rev 13017)
+++ trunk/uClibc/libc/sysdeps/linux/e1/vfork.c	2005-12-30 02:00:15 UTC (rev 13018)
@@ -1,5 +1,5 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
-#include <sys/errno.h>
+#include <errno.h>
 
 _syscall0(pid_t, vfork);




More information about the uClibc-cvs mailing list