summaryrefslogtreecommitdiff
path: root/pkg/openbsd/patch/0008-patch-Add-missing-includes.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-04-14 12:08:51 -0700
committerMichael Forney <mforney@mforney.org>2017-04-14 12:23:06 -0700
commit42568142cd2ae0322e92c348f366108792fc8571 (patch)
tree8b4895b698e691d8083808fba32468e5b22e5f51 /pkg/openbsd/patch/0008-patch-Add-missing-includes.patch
parent91ef3a50dc331e4aae80ff8821e026bf914cf470 (diff)
openbsd: Update to 6.1
Diffstat (limited to 'pkg/openbsd/patch/0008-patch-Add-missing-includes.patch')
-rw-r--r--pkg/openbsd/patch/0008-patch-Add-missing-includes.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/openbsd/patch/0008-patch-Add-missing-includes.patch b/pkg/openbsd/patch/0008-patch-Add-missing-includes.patch
index 782880c4..9adc1dcd 100644
--- a/pkg/openbsd/patch/0008-patch-Add-missing-includes.patch
+++ b/pkg/openbsd/patch/0008-patch-Add-missing-includes.patch
@@ -1,4 +1,4 @@
-From e47145b05bd63b51df6219855747a8247c0910fc Mon Sep 17 00:00:00 2001
+From d0261effc519faf5a2d0f5a6835a0242f8f90d02 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sat, 4 Jun 2016 18:40:24 -0700
Subject: [PATCH] patch: Add missing includes
@@ -9,7 +9,7 @@ Subject: [PATCH] patch: Add missing includes
2 files changed, 2 insertions(+)
diff --git a/usr.bin/patch/inp.c b/usr.bin/patch/inp.c
-index 3f60861..80c4801 100644
+index 45f89d29d..5b30f4435 100644
--- a/usr.bin/patch/inp.c
+++ b/usr.bin/patch/inp.c
@@ -32,6 +32,7 @@
@@ -21,7 +21,7 @@ index 3f60861..80c4801 100644
#include <stddef.h>
#include <stdint.h>
diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
-index 8f8f8cd..8087a21 100644
+index 8f8f8cd4e..8087a2194 100644
--- a/usr.bin/patch/patch.c
+++ b/usr.bin/patch/patch.c
@@ -26,6 +26,7 @@
@@ -33,5 +33,5 @@ index 8f8f8cd..8087a21 100644
#include <sys/stat.h>
#include <unistd.h>
--
-2.9.3
+2.12.2