Date: Tue, 12 Jun 2001 12:01:45 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: djgpp-workers AT delorie DOT com Subject: Re: [PATCH] gcc-3.0 related fix for src/libc/posix/fcntl/fcntl.c In-Reply-To: <200106120548.f5C5ma032271@hal.astr.lu.lv> 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 Tue, 12 Jun 2001, Andris Pavenis wrote: > fcntl.c: In function `_get_sft_entry_ptr': > fcntl.c:23: warning: declaration of `index' shadows global declaration > make.exe[3]: *** [fcntl.o] Error 1 > make.exe[2]: *** [all_subs] Error 2 > make.exe[1]: *** [all] Error 2 > make.exe: *** [subs] Error 2 > > Renaming index to ind fixes the problem. Ok to commit? Yes; thanks.