Update the comment for fdesc_setattr to reflect that we no longer

actually setattr() on underlying vnodes.
This commit is contained in:
chris 2000-06-02 07:08:18 +00:00
parent 00fad6bbe5
commit 5263356d9d
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ fdesc_setattr(ap)
return (EBADF);
/*
* Can setattr the underlying vnode, but not sockets!
* Do not allow anybody to actually setattr anything.
*/
switch (fp->f_type) {
case DTYPE_FIFO:

View File

@ -401,7 +401,7 @@ fdesc_setattr(ap)
return (EBADF);
/*
* Can setattr the underlying vnode, but not sockets!
* Do not allow anybody to actually setattr anything.
*/
switch (fp->f_type) {
case DTYPE_FIFO: