opnsense-ports/math/readstat/files/patch-src_readstat__variable.c
Franco Fichtner 241e98aef5 */*: sync with upstream
Taken from: FreeBSD
2023-02-20 10:02:24 +01:00

11 lines
346 B
C

--- 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() {