From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KthKN-0005S5-DF for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:29:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KthKL-0005Qg-HD for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:29:06 -0400 Received: from [199.232.76.173] (port=54381 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KthKL-0005QX-BS for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:29:05 -0400 Received: from rv-out-0708.google.com ([209.85.198.241]:42256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KthKL-00023s-1o for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:29:05 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1163965rvb.22 for ; Sat, 25 Oct 2008 04:29:03 -0700 (PDT) Message-ID: Date: Sat, 25 Oct 2008 14:29:03 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [5531] Replace uses of strncpy (a GNU extension) with Qemu pstrcpy In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/25/08, Blue Swirl wrote: > Revision: 5531 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5531 > Author: blueswir1 > Date: 2008-10-25 11:21:28 +0000 (Sat, 25 Oct 2008) > > Log Message: > ----------- > Replace uses of strncpy (a GNU extension) with Qemu pstrcpy Actually, strncpy is not a GNU extension.