cvs commit: src/sys/kern vfs_syscalls.c

John Baldwin jhb at FreeBSD.org
Thu Aug 7 10:08:28 PDT 2003


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


More information about the cvs-src mailing list