svn commit: r308567 - head/libexec/ftpd
Kurt Lidl
lidl at FreeBSD.org
Sat Nov 12 03:07:42 UTC 2016
Author: lidl
Date: Sat Nov 12 03:07:41 2016
New Revision: 308567
URL: https://svnweb.freebsd.org/changeset/base/308567
Log:
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
Modified:
head/libexec/ftpd/ftpd.c
Modified: head/libexec/ftpd/ftpd.c
==============================================================================
--- head/libexec/ftpd/ftpd.c Sat Nov 12 01:41:43 2016 (r308566)
+++ head/libexec/ftpd/ftpd.c Sat Nov 12 03:07:41 2016 (r308567)
@@ -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"
More information about the svn-src-all
mailing list