diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-09 09:50:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-09 09:50:05 +0000 |
commit | 5512461f6aae783a762057838763cb7240cb509f (patch) | |
tree | 3a355bc2160eaec602bcf4d090f800bfb2f402a0 /stdlib | |
parent | 4c95120ead7e04c137796008e6abaf67bedbe27b (diff) | |
download | glibc-5512461f6aae783a762057838763cb7240cb509f.zip glibc-5512461f6aae783a762057838763cb7240cb509f.tar.gz glibc-5512461f6aae783a762057838763cb7240cb509f.tar.bz2 |
Update.
* po/el.po: Update from translation team.
1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* intl/locale.alias: Fix slovenian entry [PR libc/948].
1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* elf/sprof.c: assert.h isn't used anymore, remove inclusion.
* inet/ruserpass.c: Likewise.
* locale/programs/stringtrans.c: Likewise.
* locale/programs/localedef.c: Likewise.
* nscd/grpcache.c: Likewise.
* nss/nss_files/files-XXX.c: Likewise.
* stdlib/canonicalize.c: Likewise.
* sysdeps/posix/sigwait.c: Likewise.
1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
even on 64 bit platforms.
* sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
1999-02-09 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/canonicalize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/canonicalize.c b/stdlib/canonicalize.c index 889e24d..e4f7c9f 100644 --- a/stdlib/canonicalize.c +++ b/stdlib/canonicalize.c @@ -17,7 +17,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <assert.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |