Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2003 10:08:26 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200308071708.h77H8Q3p000115@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308071708.h77H8Q3p000115>