summaryrefslogtreecommitdiff
path: root/pkg/openbsd/patch/0023-m4-Add-missing-includes.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-11-05 12:25:49 -0800
committerMichael Forney <mforney@mforney.org>2018-11-06 00:00:25 -0800
commitd19e6b823b76a87264202bbdd9c5b7e9773554e9 (patch)
treedbc1173761b0ab14f5c4c1b3374cf8c0ced69e27 /pkg/openbsd/patch/0023-m4-Add-missing-includes.patch
parent9c81417ff34ccee69f204cb328b39a2f4831e163 (diff)
Use musl 1.1.20 getentropy
Diffstat (limited to 'pkg/openbsd/patch/0023-m4-Add-missing-includes.patch')
-rw-r--r--pkg/openbsd/patch/0023-m4-Add-missing-includes.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/pkg/openbsd/patch/0023-m4-Add-missing-includes.patch b/pkg/openbsd/patch/0023-m4-Add-missing-includes.patch
new file mode 100644
index 00000000..de80afe9
--- /dev/null
+++ b/pkg/openbsd/patch/0023-m4-Add-missing-includes.patch
@@ -0,0 +1,37 @@
+From 2213572d0ef5646c205f5d30e67ba7ad1ac0129e Mon Sep 17 00:00:00 2001
+From: Michael Forney <mforney@mforney.org>
+Date: Tue, 10 Apr 2018 16:24:12 -0700
+Subject: [PATCH] m4: Add missing includes
+
+---
+ usr.bin/m4/look.c | 1 +
+ usr.bin/m4/main.c | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c
+index ac504570a9f..5feb0413cd6 100644
+--- a/usr.bin/m4/look.c
++++ b/usr.bin/m4/look.c
+@@ -38,6 +38,7 @@
+ * by: oz
+ */
+
++#include <sys/cdefs.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <stdint.h>
+diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c
+index f1b8fa5a55b..4e664c0a50b 100644
+--- a/usr.bin/m4/main.c
++++ b/usr.bin/m4/main.c
+@@ -39,6 +39,7 @@
+ * by: oz
+ */
+
++#include <sys/cdefs.h>
+ #include <assert.h>
+ #include <signal.h>
+ #include <err.h>
+--
+2.17.0
+