public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix 2 warnings in localedata testsuite
@ 2003-07-27 14:23 Andreas Jaeger
  0 siblings, 0 replies; only message in thread
From: Andreas Jaeger @ 2003-07-27 14:23 UTC (permalink / raw)
  To: GNU libc hacker

[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]


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

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-27 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 14:23 Fix 2 warnings in localedata testsuite Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).