aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensmtpd-extras/remove-decls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/opensmtpd-extras/remove-decls.patch')
-rw-r--r--testing/opensmtpd-extras/remove-decls.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/opensmtpd-extras/remove-decls.patch b/testing/opensmtpd-extras/remove-decls.patch
deleted file mode 100644
index 5332573e90..0000000000
--- a/testing/opensmtpd-extras/remove-decls.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-__BEGIN_DECLS / __END_DECLS are a glibc-only wrapper mechanism to make
-C declarations work in C++ code. As musl does not support these and the
-OpenSMTPD codebase is solely C anyway, simply remove them.
-
---- a/extras/tables/table-ldap/ber.h
-+++ b/extras/tables/table-ldap/ber.h
-@@ -75,7 +75,6 @@
- size_t bo_n;
- };
-
--__BEGIN_DECLS
- struct ber_element *ber_get_element(unsigned long);
- void ber_set_header(struct ber_element *, int,
- unsigned long);
-@@ -123,4 +122,3 @@
- void ber_set_application(struct ber *,
- unsigned long (*)(struct ber_element *));
- void ber_free(struct ber *);
--__END_DECLS