Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2001 14:34:14 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/procfs procfs.c procfs.h
Message-ID:  <200112082234.fB8MYEF31146@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2001/12/08 14:34:14 PST

  Modified files:
    sys/fs/procfs        procfs.c procfs.h 
  Log:
  Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the target process,
  not the calling process.  While we're here, also unstaticize procfs_doprocfile() and
  procfs_docurproc() so linprocfs can call them directly instead of duplicating them.
  
  Submitted by:   Dominic Mitchell <dom@semantico.com>
  
  Revision  Changes    Path
  1.2       +3 -3      src/sys/fs/procfs/procfs.c
  1.41      +2 -0      src/sys/fs/procfs/procfs.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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