cvs commit: src/sys/kern kern_descrip.c

John Baldwin jhb at FreeBSD.org
Thu Apr 26 18:01:20 UTC 2007


jhb         2007-04-26 18:01:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  Avoid a lot of code duplication by using kern_open() to open /dev/null
  in fdcheckstd() instead of a stripped down version of kern_open()'s code.
  
  MFC after:      1 week
  Reviewed by:    cperciva
  
  Revision  Changes    Path
  1.308     +9 -45     src/sys/kern/kern_descrip.c


More information about the cvs-all mailing list