From owner-svn-src-all@FreeBSD.ORG Mon Nov 22 14:45:17 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45D46106566C; Mon, 22 Nov 2010 14:45:17 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 347378FC08; Mon, 22 Nov 2010 14:45:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAMEjHrc095025; Mon, 22 Nov 2010 14:45:17 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAMEjHL4095023; Mon, 22 Nov 2010 14:45:17 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201011221445.oAMEjHL4095023@svn.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 22 Nov 2010 14:45:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215680 - head/lib/libpam/modules/pam_unix X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2010 14:45:17 -0000 Author: des Date: Mon Nov 22 14:45:16 2010 New Revision: 215680 URL: http://svn.freebsd.org/changeset/base/215680 Log: Add for ctime(), which we accidentally picked up through . Submitted by: Garrett Cooper MFC after: 3 days Modified: head/lib/libpam/modules/pam_unix/pam_unix.c Modified: head/lib/libpam/modules/pam_unix/pam_unix.c ============================================================================== --- head/lib/libpam/modules/pam_unix/pam_unix.c Mon Nov 22 14:42:13 2010 (r215679) +++ head/lib/libpam/modules/pam_unix/pam_unix.c Mon Nov 22 14:45:16 2010 (r215680) @@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include