cvs commit: src/sys/kern init_main.c kern_descrip.c

Robert Watson rwatson at FreeBSD.org
Wed Oct 1 20:58:01 PDT 2003


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


More information about the cvs-all mailing list