jhb 2008-07-17 16:05:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libftpio ftpio.c
Log:
SVN rev 180569 on 2008-07-17 16:05:14Z by jhb
MFC: Don't set the _file member of the FILE when opening a FTP connection.
Revision Changes
jhb 2008-07-17 16:04:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libftpio ftpio.c
Log:
SVN rev 180568 on 2008-07-17 16:04:41Z by jhb
MFC: Don't set the _file member of the FILE when opening a FTP connection.
Revision Changes
jhb 2008-05-08 20:05:30 UTC
FreeBSD src repository
Modified files:
lib/libftpio ftpio.c
Log:
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(
jhb 2008-05-05 19:38:25 UTC
FreeBSD src repository
Modified files:
lib/libftpio ftpio.c
Log:
Revert back to accessing FILE internals directly.
(Sorry, forgot to commit this earlier.)
Revision ChangesPath
1.46 +19 -11src/lib/libftpio/ftpio.c
_