aboutsummaryrefslogtreecommitdiff
path: root/ftp/quftp/files/patch-ftp.c
blob: cbffb8b61e444056ed0b87fee1d5da4e1bbb530c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ftp.c.orig	Mon Mar 10 19:28:11 2003
+++ ftp.c	Wed Dec 10 20:33:55 2003
@@ -7,12 +7,10 @@
 #define _XOPEN_SOURCE 500
 
 #include <stdlib.h>
-#include <features.h>
 #include <stdio.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <ctype.h>
-#include <malloc.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>