summaryrefslogtreecommitdiff
path: root/experimental/thunderbird/cmsghdr.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2021-10-23 21:17:32 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2021-10-23 21:17:32 -0500
commitcce72287a527b46808158af6d6946cd57dfcaeec (patch)
treedf672abbe2babacba82be27e1f7b04c87ba99518 /experimental/thunderbird/cmsghdr.patch
parent4613eb823f0ad14257e0de868e78f457a263959f (diff)
downloadpackages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.gz
packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.bz2
packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.xz
packages-cce72287a527b46808158af6d6946cd57dfcaeec.zip
{experimental,legacy}/*: remove unneeded pkgs
The Thunderbird 60 release is no longer useful. The legacy packages shown here are not useful and not coming back.
Diffstat (limited to 'experimental/thunderbird/cmsghdr.patch')
-rw-r--r--experimental/thunderbird/cmsghdr.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/experimental/thunderbird/cmsghdr.patch b/experimental/thunderbird/cmsghdr.patch
deleted file mode 100644
index 5fdc38353..000000000
--- a/experimental/thunderbird/cmsghdr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur firefox-60.0.orig/media/audioipc/audioipc/src/cmsg.rs firefox-60.0/media/audioipc/audioipc/src/cmsg.rs
---- firefox-60.0.orig/media/audioipc/audioipc/src/cmsg.rs 2018-05-13 18:05:51.713781232 -0700
-+++ firefox-60.0/media/audioipc/audioipc/src/cmsg.rs 2018-05-13 17:33:39.536856530 -0700
-@@ -108,6 +108,7 @@
-
- let cmsghdr = cmsghdr {
- cmsg_len: cmsg_len as _,
-+ __pad1: 0,
- cmsg_level: level,
- cmsg_type: kind,
- };