diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sunrpc/clnt_gen.c | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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> /* |