Author: lidl
Date: Tue Nov 15 23:03:57 2016
New Revision: 308703
URL: https://svnweb.freebsd.org/changeset/base/308703
Log:
MFC r308567: Fix build when WITHOUT_BLACKLIST=yes is specified
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/libexec/ftpd/ftpd.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/libexec/ftpd/ftpd.c
==============================================================================
--- stable/11/libexec/ftpd/ftpd.c Tue Nov 15 22:30:25 2016
(r308702)
+++ stable/11/libexec/ftpd/ftpd.c Tue Nov 15 23:03:57 2016
(r308703)
@@ -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"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"