From ac509e51fb9fe7ec406a43fb49b5702f0fd844a9 Mon Sep 17 00:00:00 2001 From: lidl <lidl@FreeBSD.org> Date: Sat, 12 Nov 2016 03:07:41 +0000 Subject: [PATCH] Fix build when WITHOUT_BLACKLIST=yes is specified PR: 214409 Submitted by: matthew Reported by: matteo MFC after: 3 days Sponsored by: The FreeBSD Foundation --- libexec/ftpd/ftpd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 95682d5ceb54..5756c28b81a2 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -93,10 +93,7 @@ __FBSDID("$FreeBSD$"); #include <security/pam_appl.h> #endif -#ifdef USE_BLACKLIST #include "blacklist_client.h" -#endif - #include "pathnames.h" #include "extern.h"