diff options
author | Martin Matuska <mm@FreeBSD.org> | 2021-01-09 13:52:20 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2021-01-09 13:52:20 +0000 |
commit | 23c8cf4bccbb70e0c003937c0300a93c0b6fb811 (patch) | |
tree | 19addb60bf169bb2329991e52d3bc897fb8462da /ftp/proftpd/files/patch-src_fsio.c | |
parent | www/chromium: update to 87.0.4280.141 (diff) |
Update ftp/proftpd to 1.3.7a
Notes
Notes:
svn path=/head/; revision=560864
Diffstat (limited to 'ftp/proftpd/files/patch-src_fsio.c')
-rw-r--r-- | ftp/proftpd/files/patch-src_fsio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/proftpd/files/patch-src_fsio.c b/ftp/proftpd/files/patch-src_fsio.c index 2aeaf9b705fa..b8e32595d001 100644 --- a/ftp/proftpd/files/patch-src_fsio.c +++ b/ftp/proftpd/files/patch-src_fsio.c @@ -1,6 +1,6 @@ ---- src/fsio.c.orig 2017-04-10 02:31:02 UTC +--- src/fsio.c.orig 2020-07-21 17:25:51 UTC +++ src/fsio.c -@@ -69,6 +69,10 @@ static size_t copy_iter_count = 0; +@@ -70,6 +70,10 @@ static size_t copy_iter_count = 0; # define NFS_SUPER_MAGIC 0x6969 #endif @@ -11,7 +11,7 @@ typedef struct fsopendir fsopendir_t; struct fsopendir { -@@ -1041,7 +1045,30 @@ static int sys_fsetxattr(pool *p, pr_fh_ +@@ -1109,7 +1113,30 @@ static int sys_fsetxattr(pool *p, pr_fh_t *fh, int fd, return res; } |