socsvn commit: r224118 - soc2011/gk/ino64-head/sys/compat/svr4

gk at FreeBSD.org gk at FreeBSD.org
Mon Jul 11 07:11:35 UTC 2011


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;


More information about the svn-soc-all mailing list