diff options
| author | Michael Forney <mforney@mforney.org> | 2020-10-19 14:56:56 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-10-19 14:59:25 -0700 |
| commit | d6c984d896bdabccb020a0fe082c1b64f273a311 (patch) | |
| tree | 974de9fb24dd5a25a4db6fdac8b291d5b6c95e79 /pkg/openbsd/patch/0025-rsync-Add-missing-includes.patch | |
| parent | cac232f56ce841a4bebcd1e8f567d1c52fea2b1c (diff) | |
openbsd: Update to 6.8
Diffstat (limited to 'pkg/openbsd/patch/0025-rsync-Add-missing-includes.patch')
| -rw-r--r-- | pkg/openbsd/patch/0025-rsync-Add-missing-includes.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/pkg/openbsd/patch/0025-rsync-Add-missing-includes.patch b/pkg/openbsd/patch/0025-rsync-Add-missing-includes.patch deleted file mode 100644 index 2f632cb3..00000000 --- a/pkg/openbsd/patch/0025-rsync-Add-missing-includes.patch +++ /dev/null @@ -1,40 +0,0 @@ -From ca34590e5d0065db581b3b4c05c9c7aea0015dff Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Fri, 14 Jun 2019 12:40:56 -0700 -Subject: [PATCH] rsync: Add missing includes - -- stdio.h in socket.c for sscanf -- sys/types.h in extern.h for various type definitions ---- - usr.bin/rsync/extern.h | 2 ++ - usr.bin/rsync/socket.c | 1 + - 2 files changed, 3 insertions(+) - -diff --git a/usr.bin/rsync/extern.h b/usr.bin/rsync/extern.h -index 305821be579..040588003a4 100644 ---- a/usr.bin/rsync/extern.h -+++ b/usr.bin/rsync/extern.h -@@ -17,6 +17,8 @@ - #ifndef EXTERN_H - #define EXTERN_H - -+#include <sys/types.h> -+ - /* - * This is the rsync protocol version that we support. - */ -diff --git a/usr.bin/rsync/socket.c b/usr.bin/rsync/socket.c -index 36384d063a0..43d8d7d01af 100644 ---- a/usr.bin/rsync/socket.c -+++ b/usr.bin/rsync/socket.c -@@ -28,6 +28,7 @@ - #include <poll.h> - #include <resolv.h> - #include <stdlib.h> -+#include <stdio.h> - #include <string.h> - #include <unistd.h> - #include <err.h> --- -2.22.0 - |
