Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2001 22:56:33 -0700 (PDT)
From:      Chris Costello <chris@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_descrip.c
Message-ID:  <200108060556.f765uXC18093@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
chris       2001/08/05 22:56:33 PDT

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  Remove the fildesc_clone() function and its associated unnecessary code.
  It didn't implement the proper /dev/fd functionality (which would be to
  include in the directory listing /dev/fd/n if the process has fd n open)
  anyway.
  
  Anything needing access to /dev/fd/n where n > 2 can use the optional
  fdescfs module, which implements this properly and does not cause any
  trouble with devfs.
  
  Discussed with:	phk
  
  Revision  Changes    Path
  1.102     +1 -24     src/sys/kern/kern_descrip.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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