From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22883 invoked by alias); 31 Jul 2005 11:36:30 -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 22866 invoked by uid 22791); 31 Jul 2005 11:36:30 -0000 Received: from mail.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 31 Jul 2005 11:36:30 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 37F47EFE8 for ; Sun, 31 Jul 2005 13:36:28 +0200 (CEST) Received: from aj by arthur.inka.de with local (Exim 4.44) id 1DzC7F-00017G-UU for libc-hacker@sources.redhat.com; Sun, 31 Jul 2005 13:36:26 +0200 From: Andreas Jaeger To: Glibc hackers Subject: Fix build... Date: Sun, 31 Jul 2005 11:36:00 -0000 Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.5-b18 (linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2005-07/txt/msg00054.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1021 Building glibc I now get: In file included from ../include/sys/syslog.h:1, from ../misc/syslog.h:1, from ../include/syslog.h:1, from nscd.c:37: ../misc/sys/syslog.h:207:26: error: bits/syslog.h: No such file or directory make[2]: *** [/builds/glibc/4.1+nptl/nscd/nscd.o] Error 1 I'm appending a patch. Ok to commit? Andreas 2005-07-31 Andreas Jaeger * include/bits/syslog.h: New file. =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: include/bits/syslog.h --- include/bits/syslog.h created +++ include/bits/syslog.h 2005-07-31 12:22:06.000000000 +0200 1.1 @@ -0,0 +1 @@ +#include --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux Products GmbH, 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.4.0 (GNU/Linux) iD8DBQBC7Le5OJpWPMJyoSYRAixsAJ9e3ovLDmIAAer8FNXRjsghsKNk6QCfUWZi Wn/ZoVx0J32ZmVp1ldFRZH8= =t9Ew -----END PGP SIGNATURE----- --=-=-=--