From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20954 invoked by alias); 25 Nov 2005 08:43:07 -0000 Received: (qmail 20931 invoked by uid 22791); 25 Nov 2005 08:43:07 -0000 X-Spam-Check-By: sourceware.org Received: from ns2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 Nov 2005 08:43:04 +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 mx2.suse.de (Postfix) with ESMTP id 826061BE93 for ; Fri, 25 Nov 2005 09:43:01 +0100 (CET) Date: Fri, 25 Nov 2005 08:43:00 -0000 From: Thorsten Kukuk To: libc-hacker@sources.redhat.com Subject: [PATCH] missing include in fxstatat64.c Message-ID: <20051125084301.GA26931@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00033.txt.bz2 Hi, compiling current glibc I get: ../sysdeps/unix/sysv/linux/fxstatat64.c: In function '__fxstatat64': ../sysdeps/unix/sysv/linux/fxstatat64.c:59: warning: implicit declaration of function 'strlen' 2005-11-25 Thorsten Kukuk * sysdeps/unix/sysv/linux/fxstatat64.c: include string.h --- sysdeps/unix/sysv/linux/fxstatat64.c +++ sysdeps/unix/sysv/linux/fxstatat64.c 2005/11/24 10:05:18 @@ -20,6 +20,7 @@ #include #include #include +#include #include #include -- Thorsten Kukuk http://www.suse.de/~kukuk/ kukuk@suse.de SUSE LINUX Products GmbH Maxfeldstr. 5 D-90409 Nuernberg -------------------------------------------------------------------- Key fingerprint = A368 676B 5E1B 3E46 CFCE 2D97 F8FD 4E23 56C6 FB4B