summaryrefslogtreecommitdiff
path: root/core/openbsd/patch/0002-fts-Add-some-includes.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-09-01 23:19:17 -0700
committerMichael Forney <mforney@mforney.org>2016-09-01 23:19:17 -0700
commit579f6b6f3000b0fbf1d75fee8f2196d13130d5c6 (patch)
treebdb43f494ab8bbb91c6ea775887ec5db9318f465 /core/openbsd/patch/0002-fts-Add-some-includes.patch
parent8384e7f4452189239f0d30d32c96c3e0fb3cae4b (diff)
openbsd: Update to 6.0
Diffstat (limited to 'core/openbsd/patch/0002-fts-Add-some-includes.patch')
-rw-r--r--core/openbsd/patch/0002-fts-Add-some-includes.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/openbsd/patch/0002-fts-Add-some-includes.patch b/core/openbsd/patch/0002-fts-Add-some-includes.patch
index 2f06ad83..a6a16303 100644
--- a/core/openbsd/patch/0002-fts-Add-some-includes.patch
+++ b/core/openbsd/patch/0002-fts-Add-some-includes.patch
@@ -1,4 +1,4 @@
-From bbc201a46b66522423d83f69b1106ad859bcefba Mon Sep 17 00:00:00 2001
+From de6a55b9392c80bb9be3dd8b9bb816d8d269ee5b Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Mon, 18 Apr 2016 01:25:29 -0700
Subject: [PATCH] fts: Add some includes
@@ -22,7 +22,7 @@ index eaf6be0..a5b3aff 100644
struct _ftsent *fts_cur; /* current node */
struct _ftsent *fts_child; /* linked list of children */
diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c
-index caf679e..dc6d3d7 100644
+index 77e1e77..eff297c 100644
--- a/lib/libc/gen/fts.c
+++ b/lib/libc/gen/fts.c
@@ -31,6 +31,7 @@
@@ -42,5 +42,5 @@ index caf679e..dc6d3d7 100644
#define MAXIMUM(a, b) (((a) > (b)) ? (a) : (b))
--
-2.8.1
+2.9.3