diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 03:48:56 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 03:48:56 +0800 |
commit | fc881342879f8874585f65782d8a74847786d286 (patch) | |
tree | 98d71112011007c7ac733bf301b07e736c7970e7 /dns/dnshistory | |
parent | 08f604fb81d0dc6633959e3fdcd0d0725b8569fd (diff) | |
download | freebsd-ports-gnome-fc881342879f8874585f65782d8a74847786d286.tar.gz freebsd-ports-gnome-fc881342879f8874585f65782d8a74847786d286.tar.zst freebsd-ports-gnome-fc881342879f8874585f65782d8a74847786d286.zip |
dns/dnshistory: fix build on recent current
Diffstat (limited to 'dns/dnshistory')
-rw-r--r-- | dns/dnshistory/files/patch-src_dnshistory.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/dnshistory/files/patch-src_dnshistory.h b/dns/dnshistory/files/patch-src_dnshistory.h new file mode 100644 index 000000000000..c9f37a6d93e2 --- /dev/null +++ b/dns/dnshistory/files/patch-src_dnshistory.h @@ -0,0 +1,11 @@ +--- src/dnshistory.h.orig 2020-08-28 19:46:38 UTC ++++ src/dnshistory.h +@@ -163,7 +163,7 @@ typedef struct { + * GLOBALS * + ************************************************************************/ + /*-- Date/Time --*/ +-time_t current_day; /* The current day, check to see if we need to update a record in this run ++extern time_t current_day; /* The current day, check to see if we need to update a record in this run + Also see SAME_RUN */ + + /*-- DB Setup --*/ |