index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/dload.c | 5 |
diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index 320f84e8..344abaf8 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -29,11 +29,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <signal.h> -/* the following two are needed for FreeBSD's libfetch */ -#include <limits.h> /* PATH_MAX */ -#if defined(HAVE_SYS_PARAM_H) -#include <sys/param.h> /* MAXHOSTNAMELEN */ -#endif #ifdef HAVE_LIBCURL #include <curl/curl.h> |