Subject: CVS commit: src/usr.bin/fstat
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 09/09/2007 01:26:55
Module Name:	src
Committed By:	dyoung
Date:		Sun Sep  9 01:26:55 UTC 2007

Modified Files:
	src/usr.bin/fstat: fstat.c

Log Message:
Bug fix: filed.fd_ofiles is always a pointer to the open files
table, so always read the table from kernel virtual memory at that
address.  Do not ever try to read the table from filed0.fd_dfiles,
because it just isn't necessary, and sometimes we read a stale
table from there.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/usr.bin/fstat/fstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.