[Midnightbsd-cvs] src [9002] trunk/sbin/fsdb/fsdbutil.c: remove write only assignments and thus fix the build.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 29 21:35:51 EDT 2016
Revision: 9002
http://svnweb.midnightbsd.org/src/?rev=9002
Author: laffer1
Date: 2016-09-29 21:35:51 -0400 (Thu, 29 Sep 2016)
Log Message:
-----------
remove write only assignments and thus fix the build.
Modified Paths:
--------------
trunk/sbin/fsdb/fsdbutil.c
Modified: trunk/sbin/fsdb/fsdbutil.c
===================================================================
--- trunk/sbin/fsdb/fsdbutil.c 2016-09-30 01:35:24 UTC (rev 9001)
+++ trunk/sbin/fsdb/fsdbutil.c 2016-09-30 01:35:51 UTC (rev 9002)
@@ -241,7 +241,6 @@
/* for the final indirect level, don't use the cache */
bp = &buf;
bp->b_un.b_buf = bufp;
- bp->b_prev = bp->b_next = bp;
initbarea(bp);
getblk(bp, blk, sblock.fs_bsize);
More information about the Midnightbsd-cvs
mailing list