From owner-cvs-sys Sat Mar 8 08:09:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA19973 for cvs-sys-outgoing; Sat, 8 Mar 1997 08:09:45 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA19966; Sat, 8 Mar 1997 08:09:43 -0800 (PST) Date: Sat, 8 Mar 1997 08:09:43 -0800 (PST) From: Bruce Evans Message-Id: <199703081609.IAA19966@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/isofs/cd9660 cd9660_lookup.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/08 08:09:42 Modified: sys/isofs/cd9660 cd9660_lookup.c Log: Use the common nchstats struct instead of a private one for ncs_2passes and ncs_pass2. The public one is already used for other cd9660 statistics and the private one was effectively invisible. Revision Changes Path 1.15 +3 -5 src/sys/isofs/cd9660/cd9660_lookup.c