Subject: PR/32692 CVS commit: src/sys/miscfs/procfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 02/02/2006 00:30:03
The following reply was made to PR kern/32692; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32692 CVS commit: src/sys/miscfs/procfs
Date: Thu,  2 Feb 2006 00:29:24 +0000 (UTC)

 Module Name:	src
 Committed By:	christos
 Date:		Thu Feb  2 00:29:24 UTC 2006
 
 Modified Files:
 	src/sys/miscfs/procfs: procfs_vnops.c
 
 Log Message:
 PR/32692: Matthew Mondor: linux compatibility in /proc/self should point
 directly to the directory containing the pid instead of pointing to
 /proc/curproc, because some programs rely on calling readlink on /proc/self
 to get the pid.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.128 -r1.129 src/sys/miscfs/procfs/procfs_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.