diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-05 12:25:49 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-06 00:00:25 -0800 |
| commit | d19e6b823b76a87264202bbdd9c5b7e9773554e9 (patch) | |
| tree | dbc1173761b0ab14f5c4c1b3374cf8c0ced69e27 /pkg/openbsd/patch/0020-yacc-Remove-__unused.patch | |
| parent | 9c81417ff34ccee69f204cb328b39a2f4831e163 (diff) | |
Use musl 1.1.20 getentropy
Diffstat (limited to 'pkg/openbsd/patch/0020-yacc-Remove-__unused.patch')
| -rw-r--r-- | pkg/openbsd/patch/0020-yacc-Remove-__unused.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/pkg/openbsd/patch/0020-yacc-Remove-__unused.patch b/pkg/openbsd/patch/0020-yacc-Remove-__unused.patch deleted file mode 100644 index d8e49be7..00000000 --- a/pkg/openbsd/patch/0020-yacc-Remove-__unused.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 8c468833465d7fa0d5372807de01272414b1f4bb Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Tue, 10 Oct 2017 02:55:38 -0700 -Subject: [PATCH] yacc: Remove __unused - -We can't define this to __attribute__((unused)) because musl uses this -identifier as a structure field. ---- - usr.bin/yacc/main.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c -index 3d9f6add5c8..dd34a04c5bf 100644 ---- a/usr.bin/yacc/main.c -+++ b/usr.bin/yacc/main.c -@@ -122,7 +122,7 @@ done(int k) - - - void --onintr(__unused int signo) -+onintr(int signo) - { - sigdie = 1; - done(1); --- -2.14.2 - |
