Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 25 Jul 2002 19:35:04 +0000 (19:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 25 Jul 2002 19:35:04 +0000 (19:35 +0000)
* sunrpc/clnt_gen.c: Don't include <sys/errno.h>.

ChangeLog
sunrpc/clnt_gen.c

index 440dc30..f7e945a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
 
+       * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
+
        * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
 
        * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
index bd55450..c7468f4 100644 (file)
@@ -35,7 +35,6 @@
 #include <string.h>
 #include <rpc/rpc.h>
 #include <sys/socket.h>
-#include <sys/errno.h>
 #include <netdb.h>
 
 /*