diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2020-09-26 21:09:13 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2020-09-26 21:09:13 +0000 |
commit | 93be2a4f8f0ccd7433e0ed30759a5f569cd30aad (patch) | |
tree | d49363764963fce8a491dc1ac11c3b104bf2ce38 /net/glusterfs/files/patch-libglusterfs_src_libglusterfs.sym | |
parent | update to 3.34.0 (diff) |
An update to the net/glusterfs port:
- System call fixes backported from upstream
- Adding missing scripts to the SHEBANG_FILES list
- Correct a bug with extended attributes
- Fix detection of the PACKAGE_VERSION and generation of the correct API version
PR: 249492
Submitted by: maintainer
Reported by: timur
Notes
Notes:
svn path=/head/; revision=550225
Diffstat (limited to 'net/glusterfs/files/patch-libglusterfs_src_libglusterfs.sym')
-rw-r--r-- | net/glusterfs/files/patch-libglusterfs_src_libglusterfs.sym | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/glusterfs/files/patch-libglusterfs_src_libglusterfs.sym b/net/glusterfs/files/patch-libglusterfs_src_libglusterfs.sym new file mode 100644 index 000000000000..84a38f1a3e7f --- /dev/null +++ b/net/glusterfs/files/patch-libglusterfs_src_libglusterfs.sym @@ -0,0 +1,11 @@ +--- libglusterfs/src/libglusterfs.sym.orig 2020-08-04 12:41:32 UTC ++++ libglusterfs/src/libglusterfs.sym +@@ -1080,6 +1080,8 @@ sys_write + sys_writev + sys_socket + sys_accept ++sys_kill ++sys_sysctl + tbf_init + tbf_throttle + timespec_now |