]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Windows build fix.
authorTim Kientzle <kientzle@gmail.com>
Sat, 31 Oct 2009 20:03:25 +0000 (16:03 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sat, 31 Oct 2009 20:03:25 +0000 (16:03 -0400)
SVN-Revision: 1559

tar/test/main.c

index daba4015b90f056d59388fed6b25cbb5ee726f4c..b188cc85392811eb6fa2e07db5f83bb5e88efc34 100644 (file)
@@ -80,6 +80,7 @@ __FBSDID("$FreeBSD: src/usr.bin/tar/test/main.c,v 1.6 2008/11/05 06:40:53 kientz
 #define S_ISREG(m)  ((m) & _S_IFREG)
 #endif
 #define access _access
+#undef chdir
 #define chdir _chdir
 #ifndef fileno
 #define fileno _fileno