Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/ptyfs
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.
Home |
Main Index |
Thread Index |
Old Index