Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 03:07:41 +0000 (UTC)
From:      Kurt Lidl <lidl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r308567 - head/libexec/ftpd
Message-ID:  <201611120307.uAC37f2S083243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611120307.uAC37f2S083243>