svn commit: r546812 - head/dns/dnshistory/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 19:48:57 UTC 2020


Author: tcberner
Date: Fri Aug 28 19:48:56 2020
New Revision: 546812
URL: https://svnweb.freebsd.org/changeset/ports/546812

Log:
  dns/dnshistory: fix build on recent current

Added:
  head/dns/dnshistory/files/
  head/dns/dnshistory/files/patch-src_dnshistory.h   (contents, props changed)

Added: head/dns/dnshistory/files/patch-src_dnshistory.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/dnshistory/files/patch-src_dnshistory.h	Fri Aug 28 19:48:56 2020	(r546812)
@@ -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 --*/


More information about the svn-ports-head mailing list