summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--sunrpc/clnt_gen.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 440dc30f6c..f7e945a793 100644
--- 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.
diff --git a/sunrpc/clnt_gen.c b/sunrpc/clnt_gen.c
index bd5545025d..c7468f4d93 100644
--- a/sunrpc/clnt_gen.c
+++ b/sunrpc/clnt_gen.c
@@ -35,7 +35,6 @@
#include <string.h>
#include <rpc/rpc.h>
#include <sys/socket.h>
-#include <sys/errno.h>
#include <netdb.h>
/*