summaryrefslogtreecommitdiff
path: root/user/libstatgrab/nongnu.patch
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-07-20 17:45:51 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-07-20 17:45:51 -0500
commitf702bcc799dd029474679f0e18a5e6b0523e7c2a (patch)
tree93a9bf222cfbb3f4080289d42c10168ac2e15aea /user/libstatgrab/nongnu.patch
parentd3eb7058d8f66a7fa94c262314df4c95a76a36fc (diff)
downloadpackages-f702bcc799dd029474679f0e18a5e6b0523e7c2a.tar.gz
packages-f702bcc799dd029474679f0e18a5e6b0523e7c2a.tar.bz2
packages-f702bcc799dd029474679f0e18a5e6b0523e7c2a.tar.xz
packages-f702bcc799dd029474679f0e18a5e6b0523e7c2a.zip
user/libstatgrab: upgrade to 0.92
Diffstat (limited to 'user/libstatgrab/nongnu.patch')
-rw-r--r--user/libstatgrab/nongnu.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/libstatgrab/nongnu.patch b/user/libstatgrab/nongnu.patch
deleted file mode 100644
index 3e5e163f7..000000000
--- a/user/libstatgrab/nongnu.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nurd libstatgrab-0.91/src/libstatgrab/os_info.c libstatgrab-0.91.new/src/libstatgrab/os_info.c
---- libstatgrab-0.91/src/libstatgrab/os_info.c 2014-06-19 11:41:10.000000000 +0000
-+++ libstatgrab-0.91.new/src/libstatgrab/os_info.c 2017-10-10 18:42:04.844471568 +0000
-@@ -472,7 +472,7 @@
- host_info_buf->bitwidth = 64;
- }
- else {
-- host_info_buf->bitwidth = sysconf(_SC_LONG_BIT); // well, maybe 64-bit disabled 128-bit system o.O
-+ host_info_buf->bitwidth = sizeof(long int) * 8; // well, maybe 64-bit disabled 128-bit system o.O
- }
- host_info_buf->host_state = sg_unknown_configuration;
- # endif