Fix 2 warnings in localedata testsuite

Andreas Jaeger aj@suse.de
Sun Jul 27 14:23:00 GMT 2003


I fixed warnings about missing error prototypes with the appended
patch that I've just committed,

Andreas

2003-07-27  Andreas Jaeger  <aj@suse.de>

	* collate-test.c: Include error.h for error prototype.
	* xfrm-test.c: Likewise.

============================================================
Index: localedata/xfrm-test.c
--- localedata/xfrm-test.c	15 Jul 2003 08:58:42 -0000	1.6
+++ localedata/xfrm-test.c	27 Jul 2003 14:21:10 -0000
@@ -19,6 +19,7 @@
    02111-1307 USA.  */
 
 #include <ctype.h>
+#include <error.h>
 #include <locale.h>
 #include <stdio.h>
 #include <stdlib.h>
============================================================
Index: localedata/collate-test.c
--- localedata/collate-test.c	15 Jul 2003 08:58:42 -0000	1.6
+++ localedata/collate-test.c	27 Jul 2003 14:21:10 -0000
@@ -19,6 +19,7 @@
    02111-1307 USA.  */
 
 #include <ctype.h>
+#include <error.h>
 #include <locale.h>
 #include <stdio.h>
 #include <stdlib.h>

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-hacker/attachments/20030727/c5bc1587/attachment.sig>


More information about the Libc-hacker mailing list