From owner-svn-soc-all@FreeBSD.ORG Mon Jul 11 07:11:35 2011 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 4D3AA1065686 for ; Mon, 11 Jul 2011 07:11:33 +0000 (UTC) (envelope-from gk@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Mon, 11 Jul 2011 07:11:33 +0000 Date: Mon, 11 Jul 2011 07:11:33 +0000 From: gk@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20110711071133.4D3AA1065686@hub.freebsd.org> Cc: Subject: socsvn commit: r224118 - soc2011/gk/ino64-head/sys/compat/svr4 X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2011 07:11:35 -0000 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;