diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-26 14:04:23 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-26 14:04:23 +0000 |
commit | dec02faeac982ccf99444d469d66efdbe7f335d5 (patch) | |
tree | 27ef32356291821e32437e77c032c73a2d7fb934 /lib/libftp/FtpLibrary.h | |
parent | 4afd6c66c71faddfe03b3709510590894483f610 (diff) | |
download | FreeBSD-src-dec02faeac982ccf99444d469d66efdbe7f335d5.zip FreeBSD-src-dec02faeac982ccf99444d469d66efdbe7f335d5.tar.gz |
Move <varargs.h> out of FtpLibrary.h and into the .c files that actually
need them. Fix a number of additional warnings.
Diffstat (limited to 'lib/libftp/FtpLibrary.h')
-rw-r--r-- | lib/libftp/FtpLibrary.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libftp/FtpLibrary.h b/lib/libftp/FtpLibrary.h index 9a045d8..d834e3b 100644 --- a/lib/libftp/FtpLibrary.h +++ b/lib/libftp/FtpLibrary.h @@ -29,7 +29,6 @@ Commercial usage is also possible with participation of it's author. #include <arpa/ftp.h> #include <netinet/in.h> #include <netdb.h> -#include <varargs.h> #include <arpa/telnet.h> #include <sys/stat.h> |