mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
b64d3ecbf3
patches/packages/mozilla-thunderbird-102.13.1-x86_64-1_slack15.0.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.13.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-28/ https://www.cve.org/CVERecord?id=CVE-2023-3417 (* Security fix *) patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.17 (* Security fix *)
13 lines
424 B
Diff
13 lines
424 B
Diff
--- ./modules/fdlibm/src/math_private.h.orig 2023-07-31 15:30:17.157093845 -0500
|
|
+++ ./modules/fdlibm/src/math_private.h 2023-07-31 15:31:19.745095245 -0500
|
|
@@ -30,8 +30,8 @@
|
|
* Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
|
|
*/
|
|
|
|
-typedef double __double_t;
|
|
-typedef __double_t double_t;
|
|
+typedef long double __double_t;
|
|
+typedef long double double_t;
|
|
typedef float __float_t;
|
|
|
|
/*
|