1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 11:43:36 +00:00
John Baldwin 128b5d55e5 Don't set the _file member of the FILE when opening a FTP connection.
Nothing in libftpio uses _file, and the only consumer in the tree
(sysinstall) doesn't invoke fileno() on the FILE.

MFC after:	2 months
2008-05-08 20:05:30 +00:00
..