summaryrefslogtreecommitdiff
path: root/pkg/openbsd/patch/0022-libutil-Add-missing-includes.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-04-30 18:02:18 -0700
committerMichael Forney <mforney@mforney.org>2021-05-01 01:48:08 -0700
commitdce7387ae2c7293204031c7698d2fca5995e3f84 (patch)
tree6c7bd69e783640ac60548d8317544a0988799cdb /pkg/openbsd/patch/0022-libutil-Add-missing-includes.patch
parente5b9ffd458933b9f68a6609b96d308192b2dbd86 (diff)
openbsd: Update to 6.9
Diffstat (limited to 'pkg/openbsd/patch/0022-libutil-Add-missing-includes.patch')
-rw-r--r--pkg/openbsd/patch/0022-libutil-Add-missing-includes.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/pkg/openbsd/patch/0022-libutil-Add-missing-includes.patch b/pkg/openbsd/patch/0022-libutil-Add-missing-includes.patch
deleted file mode 100644
index c441c199..00000000
--- a/pkg/openbsd/patch/0022-libutil-Add-missing-includes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 72cfeec702c7b76cce88be4c411ce40a8abb628c Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Tue, 10 Apr 2018 16:23:22 -0700
-Subject: [PATCH] libutil: Add missing includes
-
----
- lib/libutil/ohash.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/libutil/ohash.c b/lib/libutil/ohash.c
-index 74ca4fafd9c..9537c60eac4 100644
---- a/lib/libutil/ohash.c
-+++ b/lib/libutil/ohash.c
-@@ -15,6 +15,7 @@
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-+#include <sys/cdefs.h>
- #include <stddef.h>
- #include <stdint.h>
- #include <stdlib.h>
---
-2.17.0
-