Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2003 20:58:00 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_main.c kern_descrip.c
Message-ID:  <200310020358.h923w0YV089130@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2003/10/01 20:58:00 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             init_main.c kern_descrip.c 
  Log:
  Remove the global variable 'cmask', which was used to initialize the
  fd_cmask field in the file descriptor structure for the first process
  indirectly from CMASK, and when an fd structure is initialized before
  being filled in, and instead just use CMASK.  This appears to be an
  artifact left over from the initial integration of quotas into BSD.
  
  Suggested by:   peter
  
  Revision  Changes    Path
  1.238     +1 -3      src/sys/kern/init_main.c
  1.214     +1 -2      src/sys/kern/kern_descrip.c



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