diff options
author | Michael Forney <mforney@mforney.org> | 2020-12-07 19:51:20 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2020-12-07 19:53:46 -0800 |
commit | ed051588b3889f6ad8ed89651dc4f29801bf198c (patch) | |
tree | fb43c7ed6055c9b57a97c8ca14f6a3682e414dca | |
parent | bb16d92f82ca3d4b3969c4833631dce2b3bce534 (diff) |
CI: Drop obsolete OpenBSD patch
-rw-r--r-- | .builds/openbsd.diff | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.builds/openbsd.diff b/.builds/openbsd.diff index db40426..458466a 100644 --- a/.builds/openbsd.diff +++ b/.builds/openbsd.diff @@ -1,25 +1,3 @@ ---- stdarg.h.orig Sat Sep 5 19:23:19 2020 -+++ stdarg.h Sat Sep 5 19:23:51 2020 -@@ -20,8 +20,6 @@ - - #include <sys/cdefs.h> - --#if (defined(__GNUC__) && __GNUC__ >= 3) || defined(__PCC__) -- - /* Define __gnuc_va_list. */ - - #ifndef __GNUC_VA_LIST -@@ -39,10 +37,6 @@ - #define __va_copy(dst, src) __builtin_va_copy((dst),(src)) - - typedef __gnuc_va_list va_list; -- --#else --#error "unsupported compiler" --#endif - - #if __ISO_C_VISIBLE >= 1999 - #define va_copy(dst, src) __va_copy((dst), (src)) --- machine/endian.h.orig Sat Sep 5 19:21:50 2020 +++ machine/endian.h Sat Sep 5 19:22:51 2020 @@ -31,6 +31,8 @@ |