aboutsummaryrefslogtreecommitdiff
path: root/math/readstat/files/patch-src_readstat__variable.c
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-02-12 00:55:48 +0000
committerJason E. Hale <jhale@FreeBSD.org>2024-02-12 00:55:48 +0000
commit013b958d94ac91a14d3d6b2b3db24c1ce88ee7ed (patch)
tree2836fe64db730776e18f5410dc6d8667f6064fba /math/readstat/files/patch-src_readstat__variable.c
parent221e9b766775c5265d3000c627ba9ce9ececd350 (diff)
Diffstat (limited to 'math/readstat/files/patch-src_readstat__variable.c')
-rw-r--r--math/readstat/files/patch-src_readstat__variable.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/math/readstat/files/patch-src_readstat__variable.c b/math/readstat/files/patch-src_readstat__variable.c
index 4bc2fe0c7ad8..73e615cf5a32 100644
--- a/math/readstat/files/patch-src_readstat__variable.c
+++ b/math/readstat/files/patch-src_readstat__variable.c
@@ -1,11 +1,7 @@
---- src/readstat_variable.c.orig 2020-08-25 16:29:50 UTC
+--- src/readstat_variable.c.orig 2023-02-20 19:09:20 UTC
+++ src/readstat_variable.c
-@@ -2,10 +2,10 @@
- #include <stdlib.h>
- #include "readstat.h"
-
--static readstat_value_t make_blank_value();
-+static readstat_value_t make_blank_value(void);
+@@ -5,7 +5,7 @@ static readstat_value_t make_double_value(double dval)
+ static readstat_value_t make_blank_value(void);
static readstat_value_t make_double_value(double dval);
-static readstat_value_t make_blank_value() {