Chris Costello c30d4da338 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
2001-08-06 05:56:33 +00:00
..
2001-07-22 19:55:05 +00:00
2001-07-31 14:35:36 +00:00
2001-07-25 20:15:17 +00:00
2001-07-31 03:39:35 +00:00