Date: Thu, 7 Jun 2001 18:53:42 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: pavenis AT lanet DOT lv cc: djgpp-workers AT delorie DOT com Subject: Re: [PATCH] vsnprintf.c uses memset() without prototype In-Reply-To: <3B1FCBD8.28751.1EA6EEF@localhost> 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 Thu, 7 Jun 2001 pavenis AT lanet DOT lv wrote: > gcc-2.95.X and earlier compilers doesn't warn about use of memset() > without prototype. gcc-3.0 CVS version gives warning. This patch add > missing #include to src/libc/ansi/stdio/vsnprintf.c Thanks. I think this can go in.