From: Andreas Jaeger Date: Sat, 19 Aug 2000 18:06:27 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1_93~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ae3c1ec24effd3b148209e7f13ea9ccfa36d9d;p=thirdparty%2Fglibc.git Update. * inet/tst-gethnm.c: Include string.h to provide prototype for strcmp. --- diff --git a/ChangeLog b/ChangeLog index 40b76c5bae9..aad5bc6a864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-08-19 Andreas Jaeger + * inet/tst-gethnm.c: Include string.h to provide prototype for + strcmp. + * malloc/mtrace.pl (usage): Inform about --help. 2000-08-19 Wolfram Gloger diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 284d9050ba0..a14a5f7a6f2 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2000-08-19 Andreas Jaeger + + * tst-digits.c: Include stdlib.h and string.h to provide + prototypes for exit, strlen and strcmp. + 2000-08-18 Andreas Jaeger * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg. diff --git a/localedata/tst-digits.c b/localedata/tst-digits.c index 97147e99351..ae6b3783fe9 100644 --- a/localedata/tst-digits.c +++ b/localedata/tst-digits.c @@ -21,6 +21,8 @@ #include #include #include +#include +#include #include #include #include