summaryrefslogtreecommitdiff
path: root/core/openbsd/patch/0007-diff-Add-missing-sys-cdefs.h-include.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-12-10 23:50:50 -0800
committerMichael Forney <mforney@mforney.org>2016-12-10 23:50:50 -0800
commita34fd0964eae0aacf3ef22e0427158b8cbfd8f78 (patch)
tree6cbca99893cf263a14c78b336dfc491d10e8f49f /core/openbsd/patch/0007-diff-Add-missing-sys-cdefs.h-include.patch
parentf49bded6afb404a810b3654d8a2ddeeee9ea1831 (diff)
openbsd: Add missing diff include
Diffstat (limited to 'core/openbsd/patch/0007-diff-Add-missing-sys-cdefs.h-include.patch')
-rw-r--r--core/openbsd/patch/0007-diff-Add-missing-sys-cdefs.h-include.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/core/openbsd/patch/0007-diff-Add-missing-sys-cdefs.h-include.patch b/core/openbsd/patch/0007-diff-Add-missing-sys-cdefs.h-include.patch
deleted file mode 100644
index 6bc4b001..00000000
--- a/core/openbsd/patch/0007-diff-Add-missing-sys-cdefs.h-include.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From d7eab8f491d466c891b72b724087ec14c55225ae Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Sat, 4 Jun 2016 14:48:20 -0700
-Subject: [PATCH] diff: Add missing sys/cdefs.h include
-
----
- usr.bin/diff/diff.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c
-index 2b075f1..80c7f84 100644
---- a/usr.bin/diff/diff.c
-+++ b/usr.bin/diff/diff.c
-@@ -20,6 +20,7 @@
- * Materiel Command, USAF, under agreement number F39502-99-1-0512.
- */
-
-+#include <sys/cdefs.h>
- #include <sys/stat.h>
-
- #include <ctype.h>
---
-2.8.1
-