jhb 2003/08/07 10:08:26 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
td_dupfd just needs to be less than 0, it does not have to hold the
negative value of the index of the new file, so just use -1.
Revision Changes Path
1.330 +1 -1 src/sys/kern/vfs_syscalls.c