Date: Mon, 7 Aug 2000 10:27:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: DJGPP-WORKERS Subject: Re: libc doesn't compile In-Reply-To: <200008062007.WAA08703@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 6 Aug 2000, Martin Str|mberg wrote: > libc won't compile anymore: > make -C posix/sys/stat > gcc ... -c lstat.c > cc1.exe: warnings being treated as errors > lstat.c:861: warning: no previous prototype for `lstat' The prototype for lstat should be in , and that header should be #include'd by lstat.c. Do these check out okay? If so, perhaps you didn't update sys/stat.h from CVS?