From 959d78b29afba3844a2d8e98c221dafe27729fe2 Mon Sep 17 00:00:00 2001 From: Kurt Lidl 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 95682d5ceb5..5756c28b81a 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -93,10 +93,7 @@ __FBSDID("$FreeBSD$"); #include #endif -#ifdef USE_BLACKLIST #include "blacklist_client.h" -#endif - #include "pathnames.h" #include "extern.h"