Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 19:48:57 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546812 - head/dns/dnshistory/files
Message-ID:  <202008281948.07SJmvFx081316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 --*/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281948.07SJmvFx081316>