diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2022-02-21 04:08:26 -0800 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-01 17:06:03 -0500 |
commit | eb94fe94a53d082549ef0ab742e95f3c5ec2be00 (patch) | |
tree | 42090b668764464ccc9067e832a38b93073fe63c /system/sudo/SIGUNUSED.patch | |
parent | b5e66730213d7a779141ea9e47392f7d08bd757d (diff) | |
download | packages-eb94fe94a53d082549ef0ab742e95f3c5ec2be00.tar.gz packages-eb94fe94a53d082549ef0ab742e95f3c5ec2be00.tar.bz2 packages-eb94fe94a53d082549ef0ab742e95f3c5ec2be00.tar.xz packages-eb94fe94a53d082549ef0ab742e95f3c5ec2be00.zip |
system/sudo: upgrade to 1.9.9
Diffstat (limited to 'system/sudo/SIGUNUSED.patch')
-rw-r--r-- | system/sudo/SIGUNUSED.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system/sudo/SIGUNUSED.patch b/system/sudo/SIGUNUSED.patch deleted file mode 100644 index 969c3e82d..000000000 --- a/system/sudo/SIGUNUSED.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- sudo-1.8.28/lib/util/siglist.in 2019-10-10 11:32:54.000000000 -0500 -+++ sudo-1.8.28/lib/util/siglist.in 2019-10-14 16:42:46.259938722 -0500 -@@ -17,11 +17,12 @@ - EMT EMT trap - FPE Floating point exception - KILL Killed -+# before UNUSED (musl defines them as the same number) -+ SYS Bad system call - # before BUS (Older Linux doesn't really have a BUS, but defines it to UNUSED) - UNUSED Unused - BUS Bus error - SEGV Memory fault -- SYS Bad system call - PIPE Broken pipe - ALRM Alarm clock - TERM Terminated |