From: Tim Kientzle Date: Thu, 3 Sep 2009 05:16:11 +0000 (-0400) Subject: stat() has two arguments. Harumph. X-Git-Tag: v2.8.0~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba093631ef4fc0e6d82e2fa026bc4c381584fecf;p=thirdparty%2Flibarchive.git stat() has two arguments. Harumph. SVN-Revision: 1418 --- diff --git a/libarchive/archive_windows.h b/libarchive/archive_windows.h index 8ba0356c8..6bdd87964 100644 --- a/libarchive/archive_windows.h +++ b/libarchive/archive_windows.h @@ -120,7 +120,7 @@ #define open __la_open #define read __la_read #define rmdir __la_rmdir -#define stat(f) __la_stat(f) +#define stat(path,stref) __la_stat(path,stref) #define strdup _strdup #define symlink __la_symlink #define tzset _tzset