From owner-cvs-all@FreeBSD.ORG Mon Aug 18 19:32:54 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DB981065680; Mon, 18 Aug 2008 19:32:54 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id E6B0B8FC0A; Mon, 18 Aug 2008 19:32:53 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m7IJ5qtv037780; Mon, 18 Aug 2008 12:05:52 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <48A9C84C.1090306@freebsd.org> Date: Mon, 18 Aug 2008 12:06:52 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Renato Botelho References: <200808180459.m7I4x0BJ057217@repoman.freebsd.org> <747dc8f30808181005j9edccfew46e67a14b34b1003@mail.gmail.com> In-Reply-To: <747dc8f30808181005j9edccfew46e67a14b34b1003@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar matching.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 19:32:54 -0000 r181845 fixes this. Apologies. Renato Botelho wrote: > On Mon, Aug 18, 2008 at 1:58 AM, Tim Kientzle wrote: > >>kientzle 2008-08-18 04:58:54 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/tar matching.c >> Log: >> SVN rev 181821 on 2008-08-18 04:58:54Z by kientzle >> >> Strip leading "./" or ".//" from patterns and filenames >> so that "./foo" matches "foo" (and vice versa). > > > Hello, > > After this commit, i got this problem on -CURRENT > > root@botelhor:/usr/src/usr.bin/tar# make > cc -O2 -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" > -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/usr/src/usr.bin/tar > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c > /usr/src/usr.bin/tar/matching.c > /usr/src/usr.bin/tar/matching.c: In function 'pathmatch': > /usr/src/usr.bin/tar/matching.c:316: error: 'FNM_LEADING_DIR' > undeclared (first use in this function) > /usr/src/usr.bin/tar/matching.c:316: error: (Each undeclared > identifier is reported only once > /usr/src/usr.bin/tar/matching.c:316: error: for each function it appears in.) > /usr/src/usr.bin/tar/matching.c:316: error: too many arguments to > function 'bsdtar_fnmatch' > *** Error code 1 >