summaryrefslogtreecommitdiff
path: root/tar/bsdtar_windows.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2009-09-13 03:05:56 -0400
committerTim Kientzle <kientzle@gmail.com>2009-09-13 03:05:56 -0400
commite44c5d7f15b3f3927b84aa4e56a0ff8c0f5c895f (patch)
tree2f2d875c0f98f5c03dc96ea553755e403d985f3c /tar/bsdtar_windows.h
parent454f37f78be5f3bcad492a453fccc3a6fd3c9d92 (diff)
downloadlibarchive-e44c5d7f15b3f3927b84aa4e56a0ff8c0f5c895f.tar.gz
Fix some compiler warnings in VS9.
SVN-Revision: 1457
Diffstat (limited to 'tar/bsdtar_windows.h')
-rw-r--r--tar/bsdtar_windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tar/bsdtar_windows.h b/tar/bsdtar_windows.h
index 61fb2a95..6480ac30 100644
--- a/tar/bsdtar_windows.h
+++ b/tar/bsdtar_windows.h
@@ -41,6 +41,8 @@
#include <string.h> /* Must include before redefining 'strdup' */
#define strdup _strdup
+#define read _read
+#define getcwd _getcwd
#define chdir __tar_chdir
int __tar_chdir(const char *);