Subject: CVS commit: src/sys/fs/ptyfs
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 11/29/2004 13:55:59
Module Name: src
Committed By: atatat
Date: Mon Nov 29 13:55:59 UTC 2004
Modified Files:
src/sys/fs/ptyfs: ptyfs_vnops.c
Log Message:
Remove the digits() function and simply set va_bytes and va_size to
zero in ptyfs_getattr(). There's no reason to make them something
else and no other devices (except for disk devices) report anything
other than zero here, so why should we be different?
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/fs/ptyfs/ptyfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.