Date: Wed, 22 Dec 2004 06:08:04 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar bsdtar_platform.h configure.ac.in matching.c Message-ID: <200412220608.iBM684um016347@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2004-12-22 06:08:04 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar_platform.h configure.ac.in matching.c Log: Add a fallback version of fnmatch() to the bsdtar source code. Include configure logic to pick up the system one when it exists and use the fallback version when it doesn't exist. Set the default for FreeBSD to use the system version. With this, bsdtar should now be quite portable. Revision Changes Path 1.12 +1 -0 src/usr.bin/tar/bsdtar_platform.h 1.5 +5 -1 src/usr.bin/tar/configure.ac.in 1.8 +164 -8 src/usr.bin/tar/matching.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412220608.iBM684um016347>