summaryrefslogtreecommitdiff
path: root/pkg/openbsd/patch/0023-acme-client-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/0023-acme-client-Add-missing-includes.patch
parente5b9ffd458933b9f68a6609b96d308192b2dbd86 (diff)
openbsd: Update to 6.9
Diffstat (limited to 'pkg/openbsd/patch/0023-acme-client-Add-missing-includes.patch')
-rw-r--r--pkg/openbsd/patch/0023-acme-client-Add-missing-includes.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/openbsd/patch/0023-acme-client-Add-missing-includes.patch b/pkg/openbsd/patch/0023-acme-client-Add-missing-includes.patch
deleted file mode 100644
index 31f034c6..00000000
--- a/pkg/openbsd/patch/0023-acme-client-Add-missing-includes.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 7ea4349d2ed8afd672348a7d2f3534007e5dc442 Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Mon, 18 Mar 2019 14:52:31 -0700
-Subject: [PATCH] acme-client: Add missing includes
-
----
- usr.sbin/acme-client/extern.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/usr.sbin/acme-client/extern.h b/usr.sbin/acme-client/extern.h
-index dda2edde4..d83ead634 100644
---- a/usr.sbin/acme-client/extern.h
-+++ b/usr.sbin/acme-client/extern.h
-@@ -17,6 +17,8 @@
- #ifndef EXTERN_H
- #define EXTERN_H
-
-+#include <sys/cdefs.h>
-+#include <sys/types.h>
- #include "parse.h"
-
- #define MAX_SERVERS_DNS 8
---
-2.21.0
-