From owner-cvs-sys Sat Mar 8 08:06:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA19834 for cvs-sys-outgoing; Sat, 8 Mar 1997 08:06:40 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA19827; Sat, 8 Mar 1997 08:06:38 -0800 (PST) Date: Sat, 8 Mar 1997 08:06:38 -0800 (PST) From: Bruce Evans Message-Id: <199703081606.IAA19827@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/08 08:06:37 Modified: sys/miscfs/procfs procfs_subr.c Log: Fixed missing initialisation of vp->v_type for types Pfile and Pmem in procfs_allocvp(). This fixes at least stat() of /proc/*/mem. stat() of /proc/*/file already worked. I think procfs_allocvp() isn't actually called for type Pfile. Revision Changes Path 1.14 +2 -1 src/sys/miscfs/procfs/procfs_subr.c