From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6939 invoked by alias); 25 Jun 2003 12:20:21 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 27877 invoked from network); 25 Jun 2003 11:14:40 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 25 Jun 2003 11:14:40 -0000 Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id DFCBB14CB2 for ; Wed, 25 Jun 2003 13:14:39 +0200 (MEST) To: GNU libc hackers Subject: Further testsuite patch From: Andreas Jaeger Date: Wed, 25 Jun 2003 12:20:00 -0000 Message-ID: User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Portable Code, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2003-06/txt/msg00050.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1668 This patch removes three further problems. I've committed it. Andreas 2003-06-25 Andreas Jaeger * posix/tst-nanosleep.c: Include for nanosleep declaration. =09 * stdio-common/tst-fphex.c: Fix format string. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: posix/tst-nanosleep.c --- posix/tst-nanosleep.c 17 May 2003 05:03:45 -0000 1.1 +++ posix/tst-nanosleep.c 25 Jun 2003 11:11:16 -0000 @@ -20,6 +20,7 @@ #include #include #include +#include =20 =20 /* Test that nanosleep() does sleep. */ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: stdio-common/tst-fphex.c --- stdio-common/tst-fphex.c 24 Oct 2002 01:15:31 -0000 1.1 +++ stdio-common/tst-fphex.c 25 Jun 2003 11:11:18 -0000 @@ -39,7 +39,7 @@ do_test (int argc, char **argv) int n =3D snprintf (buf, sizeof buf, t->fmt, t->value); if (n !=3D strlen (t->expect) || strcmp (buf, t->expect) !=3D 0) { - printf ("%s\tExpected \"%s\" (%u)\n\tGot \"%s\" (%d, %u)\n", + printf ("%s\tExpected \"%s\" (%Zu)\n\tGot \"%s\" (%d, %Zu)\n", t->fmt, t->expect, strlen (t->expect), buf, n, strlen (buf)); result =3D 1; } --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 197 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQA++YQfOJpWPMJyoSYRArTeAJ45gqWXrgglShrHwoDIbnscHEgYWgCfeK83 5N9g7I46cQRm3Qa3+GSeiZI= =7klK -----END PGP SIGNATURE----- --=-=-=--