diff options
author | tron <tron@pkgsrc.org> | 2005-03-15 16:13:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-03-15 16:13:58 +0000 |
commit | e6902965b6fafffa825f2a69e56dfe788ead7d34 (patch) | |
tree | a2a75678ea4777503c81ac1763760b24f4761fe6 /databases/db/patches | |
parent | 1600729e58693e92d364308d4dff4d960d1b8aa9 (diff) | |
download | pkgsrc-e6902965b6fafffa825f2a69e56dfe788ead7d34.tar.gz |
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.
Diffstat (limited to 'databases/db/patches')
-rw-r--r-- | databases/db/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
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 |