Date: Mon, 18 Aug 2008 12:06:52 -0700 From: Tim Kientzle <kientzle@freebsd.org> To: Renato Botelho <rbgarga@gmail.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar matching.c Message-ID: <48A9C84C.1090306@freebsd.org> In-Reply-To: <747dc8f30808181005j9edccfew46e67a14b34b1003@mail.gmail.com> References: <200808180459.m7I4x0BJ057217@repoman.freebsd.org> <747dc8f30808181005j9edccfew46e67a14b34b1003@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
r181845 fixes this. Apologies. Renato Botelho wrote: > On Mon, Aug 18, 2008 at 1:58 AM, Tim Kientzle <kientzle@freebsd.org> 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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48A9C84C.1090306>