mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 21:44:34 +01:00
Move <varargs.h> out of FtpLibrary.h and into the .c files that actually
need them. Fix a number of additional warnings.
This commit is contained in:
parent
80206f052f
commit
7662263998
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8079
@ -13,6 +13,7 @@ Commercial usage is also possible with participation of it's author.
|
||||
*/
|
||||
|
||||
#include "FtpLibrary.h"
|
||||
#include <varargs.h>
|
||||
|
||||
STATUS FtpCommand(va_alist)
|
||||
va_dcl
|
||||
|
@ -13,6 +13,7 @@ Commercial usage is also possible with participation of it's author.
|
||||
*/
|
||||
|
||||
#include "FtpLibrary.h"
|
||||
#include <varargs.h>
|
||||
|
||||
STATUS FtpGood(va_alist)
|
||||
va_dcl
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user