freebsd-dev/lib/libftpio
Poul-Henning Kamp d030d2d2ae Many places in the code NULL is used in integer context, where
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
..
ftp.errors Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
ftpio.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
ftpio.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
ftpio.h Make this C++ safe. 1997-05-05 11:18:55 +00:00
Makefile For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to know 1996-11-14 06:59:41 +00:00