From f5d5d892a02d3be1f0a5cd64a54e913ee78bf30d Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 15 Mar 2005 16:13:58 +0000 Subject: Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by a namespace violation (use of "__" prefix in an application header file). The patch was provided by Julian Coleman in PR pkg/23590. --- databases/db/patches/patch-ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 databases/db/patches/patch-ac (limited to 'databases/db/patches') diff --git a/databases/db/patches/patch-ac b/databases/db/patches/patch-ac new file mode 100644 index 00000000000..51ea8857f3f --- /dev/null +++ b/databases/db/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2005/03/15 16:13:58 tron Exp $ + +--- ../include/log.h.dist 1999-08-31 18:45:43.000000000 +0100 ++++ ../include/log.h 2003-11-28 12:35:27.000000000 +0000 +@@ -145,7 +145,7 @@ + + LOGP persist; /* Persistent information. */ + +- SH_TAILQ_HEAD(__fq) fq; /* List of file names. */ ++ SH_TAILQ_HEAD(__fnq) fq; /* List of file names. */ + + /* + * The lsn LSN is the file offset that we're about to write and which -- cgit v1.2.3