Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/dns/dnshistory/files/patch-src_dnshistory.h
16461 views
1
--- src/dnshistory.h.orig 2020-08-28 19:46:38 UTC
2
+++ src/dnshistory.h
3
@@ -163,7 +163,7 @@ typedef struct {
4
* GLOBALS *
5
************************************************************************/
6
/*-- Date/Time --*/
7
-time_t current_day; /* The current day, check to see if we need to update a record in this run
8
+extern time_t current_day; /* The current day, check to see if we need to update a record in this run
9
Also see SAME_RUN */
10
11
/*-- DB Setup --*/
12
13