aboutsummaryrefslogtreecommitdiff
path: root/math/readstat/files/patch-src_readstat__variable.c
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2023-02-19 13:02:54 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2023-02-19 13:07:52 +0000
commita46fb43e0e75b4099d7ea35b7072a3c2ca9362b1 (patch)
tree7f2ca2b23b31b7a5138e530a76378fc65408fbf7 /math/readstat/files/patch-src_readstat__variable.c
parent2a4dfbe4eadd619bccd588ce3164b675214e1f4a (diff)
Diffstat (limited to 'math/readstat/files/patch-src_readstat__variable.c')
-rw-r--r--math/readstat/files/patch-src_readstat__variable.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/readstat/files/patch-src_readstat__variable.c b/math/readstat/files/patch-src_readstat__variable.c
new file mode 100644
index 000000000000..699c88937a9e
--- /dev/null
+++ b/math/readstat/files/patch-src_readstat__variable.c
@@ -0,0 +1,11 @@
+--- src/readstat_variable.c.orig 2023-02-19 12:39:09 UTC
++++ src/readstat_variable.c
+@@ -2,7 +2,7 @@
+ #include <stdlib.h>
+ #include "readstat.h"
+
+-static readstat_value_t make_blank_value();
++static readstat_value_t make_blank_value(void);
+ static readstat_value_t make_double_value(double dval);
+
+ static readstat_value_t make_blank_value() {