less warnings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@483 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -5,7 +5,17 @@ | ||||
| #include <config.h> | ||||
| #endif | ||||
|  | ||||
| #include <pwd.h> | ||||
| #include <signal.h> | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
| #include <stdarg.h> | ||||
| #include <string.h> | ||||
| #include <time.h> | ||||
| #include <unistd.h> | ||||
|  | ||||
| #include <sys/param.h> | ||||
| #include <sys/time.h> | ||||
| #ifdef HAVE_SYS_RESOURCE_H | ||||
| #include <sys/resource.h> | ||||
| #endif | ||||
| @@ -29,16 +39,6 @@ | ||||
|  | ||||
| extern int h_errno; | ||||
|  | ||||
| #include <pwd.h> | ||||
| #include <signal.h> | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
| #include <stdarg.h> | ||||
| #include <string.h> | ||||
| #include <time.h> | ||||
| #include <unistd.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "extern.h" | ||||
| #include "common.h" | ||||
| #include "ftp_var.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund