diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2015-06-23 05:25:17 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2015-06-23 05:25:17 +0000 |
| commit | bd73db2bd556c6bba53fe453199b7526f422fd2c (patch) | |
| tree | 40b8cb0371e619abaab74507dca10b7e233ffc4d /sysutils/zbackup/files/patch-dir.cc | |
| parent | - Always use USE_RC_SUBR now that it handles properly PREFIX=/usr (diff) | |
Update to 1.4.1
Notes
Notes:
svn path=/head/; revision=390350
Diffstat (limited to 'sysutils/zbackup/files/patch-dir.cc')
| -rw-r--r-- | sysutils/zbackup/files/patch-dir.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/zbackup/files/patch-dir.cc b/sysutils/zbackup/files/patch-dir.cc new file mode 100644 index 000000000000..71aa0a0c2f5d --- /dev/null +++ b/sysutils/zbackup/files/patch-dir.cc @@ -0,0 +1,11 @@ +--- dir.cc.orig 2015-06-23 12:16:14.909394000 +0800 ++++ dir.cc 2015-06-23 12:16:22.284741000 +0800 +@@ -103,7 +103,7 @@ + if ( !entryPtr ) + return false; + +-#ifndef __APPLE__ ++#if !defined(__APPLE__) && !defined(__FreeBSD__) + if ( fstatat( dirfd( dir ), entry.d_name, &entryStats, + AT_SYMLINK_NOFOLLOW ) != 0 ) + #else |
