Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 1997 08:06:38 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/miscfs/procfs procfs_subr.c
Message-ID:  <199703081606.IAA19827@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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