Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 15 Jan 2003 23:04:20 +0000 (23:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 15 Jan 2003 23:04:20 +0000 (23:04 +0000)
2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
sysdep-cancel.h, not sysdep.h.

2003-01-15  Ulrich Drepper  <drepper@redhat.com>

* nscd/connections.c (nscd_run): Protect accept call with
TEMP_FAILURE_RETRY.

ChangeLog
sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S

index cd3ccfb..4238f5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
+       sysdep-cancel.h, not sysdep.h.
+
+2003-01-15  Ulrich Drepper  <drepper@redhat.com>
+
+       * nscd/connections.c (nscd_run): Protect accept call with
+       TEMP_FAILURE_RETRY.
+
 2003-01-15  Andreas Schwab  <schwab@suse.de>
 
        * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
index a4e27c3..5d721e1 100644 (file)
@@ -16,7 +16,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <sysdep.h>
+#include <sysdep-cancel.h>
 #include <socketcall.h>
 
 #define P(a, b) P2(a, b)
@@ -45,7 +45,7 @@
 /* If this is just socket.S leave it alone! */
 #else
 #ifndef __socket
-#define __socket P(__,socket) 
+#define __socket P(__,socket)
 #endif
 #endif