blob: 51ea8857f3f7f9272a0fa5971b0c7e4d8c5c4489 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|