From 59057a6d6f4eef562d0c986bf0fe10d9cdd1da16 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Sat, 2 Feb 2002 17:51:39 +0000 Subject: Remove an unnecessary #include that trips up OpenPAM. The header in question is an internal Linux-PAM header which shouldn't be used outside Linux-PAM itself, and has absolutely zero effect on pam_ftp. Sponsored by: DARPA, NAI Labs MFC after: 1 week --- lib/libpam/modules/pam_ftp/pam_ftp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libpam/modules/pam_ftp/pam_ftp.c b/lib/libpam/modules/pam_ftp/pam_ftp.c index e7a04a00af60..287ac3006f86 100644 --- a/lib/libpam/modules/pam_ftp/pam_ftp.c +++ b/lib/libpam/modules/pam_ftp/pam_ftp.c @@ -40,8 +40,6 @@ __FBSDID("$FreeBSD$"); #define PROMPT "Password required for %s." #define GUEST_PROMPT "Guest login ok, send your e-mail address as password." -#include - #include #include #include -- cgit v1.3