diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2024-01-31 10:57:25 +0100 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2024-01-31 10:58:08 +0100 |
commit | 3561225871a1dcfc60626a25c2b6d23909b541bc (patch) | |
tree | 53d68e7a922232281205b74f1d2e250a14a25fad /security/courier-authlib/files/patch-libs_liblock_locktest.c | |
parent | net/rustdesk-server: Update to 1.1.10-3 (diff) |
security/courier-authlib: Update to 0.72.1
- Add new depndencies
- Regenerate patches
- Reset PORTREVISION on slave ports
While here move man pages to share/man.
Diffstat (limited to 'security/courier-authlib/files/patch-libs_liblock_locktest.c')
-rw-r--r-- | security/courier-authlib/files/patch-libs_liblock_locktest.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/courier-authlib/files/patch-libs_liblock_locktest.c b/security/courier-authlib/files/patch-libs_liblock_locktest.c index a55b4bcfac39..987dc298bd6a 100644 --- a/security/courier-authlib/files/patch-libs_liblock_locktest.c +++ b/security/courier-authlib/files/patch-libs_liblock_locktest.c @@ -1,4 +1,4 @@ ---- libs/liblock/locktest.c.orig 2014-07-13 13:58:08 UTC +--- libs/liblock/locktest.c.orig 2022-11-25 10:00:03 UTC +++ libs/liblock/locktest.c @@ -3,6 +3,7 @@ ** distribution information. @@ -8,7 +8,7 @@ #include "liblock.h" #if USE_FCNTL #include "lockfcntl.c" -@@ -20,7 +21,7 @@ +@@ -27,7 +28,7 @@ int main() int main() { @@ -17,7 +17,7 @@ int fd[2]; pid_t p; int s; -@@ -29,7 +30,7 @@ int f; +@@ -36,7 +37,7 @@ int f; char *name; const char *tmpdir; if ((tmpdir = (char *)getenv("TMPDIR")) == NULL || !*tmpdir) @@ -26,7 +26,7 @@ if ((name=malloc(strlen(tmpdir)+sizeof(FILENAME)+1)) == NULL) { -@@ -37,7 +38,8 @@ int f; +@@ -44,7 +45,8 @@ int f; exit(1); } |