Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2011 07:11:33 +0000
From:      gk@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r224118 - soc2011/gk/ino64-head/sys/compat/svr4
Message-ID:  <20110711071133.4D3AA1065686@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gk
Date: Mon Jul 11 07:11:33 2011
New Revision: 224118
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=224118

Log:
  Fix typo in svr4

Modified:
  soc2011/gk/ino64-head/sys/compat/svr4/svr4_misc.c

Modified: soc2011/gk/ino64-head/sys/compat/svr4/svr4_misc.c
==============================================================================
--- soc2011/gk/ino64-head/sys/compat/svr4/svr4_misc.c	Mon Jul 11 07:11:22 2011	(r224117)
+++ soc2011/gk/ino64-head/sys/compat/svr4/svr4_misc.c	Mon Jul 11 07:11:33 2011	(r224118)
@@ -473,7 +473,7 @@
 			goto out;
 		/* advance past this real entry */
 		inp += reclen;
-		off = dbp->d_off;
+		off = bdp->d_off;
 		/* advance output past SVR4-shaped entry */
 		outp += svr4_reclen;
 		resid -= svr4_reclen;



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