[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc-cvs
Subject:    svn commit: trunk/uClibc/libc: inet/rpc sysdeps/linux/e1
From:       vapier () uclibc ! org (vapier () uclibc ! org)
Date:       2005-12-29 18:00:19
Message-ID: 20051230020017.313F51201F8 () busybox ! net
[Download RAW message or body]

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);

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic