From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3579 invoked by alias); 3 Apr 2004 10:06:07 -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 3561 invoked from network); 3 Apr 2004 10:06:06 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 3 Apr 2004 10:06:06 -0000 Received: from hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 848F23D8F4A for ; Sat, 3 Apr 2004 12:03:59 +0200 (CEST) Received: from aj by arthur.inka.de with local (Exim 4.22) id 1B9i0L-0006w8-Hv for libc-hacker@sources.redhat.com; Sat, 03 Apr 2004 12:03:57 +0200 To: Glibc hackers Subject: Include string.h in nss-nis.c From: Andreas Jaeger Date: Sat, 03 Apr 2004 10:06:00 -0000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2004-04/txt/msg00011.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 877 I just got: nss-nis.c:93: warning: implicit declaration of function `strncmp' Fixed with the appended patch that I committed, Andreas 2004-04-03 Andreas Jaeger * nis/nss-nis.c: Include for strncmp. =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: nis/nss-nis.c --- nis/nss-nis.c 2 Apr 2004 09:15:15 -0000 1.3 +++ nis/nss-nis.c 3 Apr 2004 10:03:27 -0000 @@ -19,6 +19,7 @@ #include #include #include +#include #include =20 #include "nss-nis.h" --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQBAbowNOJpWPMJyoSYRApjSAJ0XcQtIa2KiBc99kXzMZhXU/l2SqgCfdHdi HsIwgNnu10GlmhWEJsia2CM= =Pqqf -----END PGP SIGNATURE----- --=-=-=--