From owner-cvs-src@FreeBSD.ORG Thu May 22 21:22:39 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3664F106564A for ; Thu, 22 May 2008 21:22:39 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 11D0E8FC16 for ; Thu, 22 May 2008 21:22:37 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id 550CBE506A7 for ; Thu, 22 May 2008 21:22:29 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id AF7D916FBE; Thu, 22 May 2008 23:21:53 +0200 (CEST) Date: Thu, 22 May 2008 23:21:53 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20080522212153.GB1274@britannica.bec.de> References: <200805222108.m4ML8b4K081341@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805222108.m4ML8b4K081341@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: cvs commit: src/usr.bin/tar bsdtar.h siginfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 21:22:39 -0000 On Thu, May 22, 2008 at 09:08:36PM +0000, Colin Percival wrote: > Log: > Improve portability via s/struct siginfo/struct siginfo_data/. This was > running into a namespace collision on an avian operating system. I used bsdtar_siginfo in Perforce. Can we decide on either? :-) Joerg