diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-25 19:35:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-25 19:35:04 +0000 |
commit | 85ae1f3949469ce2bb01a3f55708b83d09e84ec8 (patch) | |
tree | 43247367a0186a8e32c7c0d37addc36593386dd1 | |
parent | bc32ebd3b06b1ea56e4ce20342c113cb95d14297 (diff) | |
download | glibc-85ae1f3949469ce2bb01a3f55708b83d09e84ec8.zip glibc-85ae1f3949469ce2bb01a3f55708b83d09e84ec8.tar.gz glibc-85ae1f3949469ce2bb01a3f55708b83d09e84ec8.tar.bz2 |
Update.
* sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
-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 bd55450..c7468f4 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> /* |