Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2010 14:45:17 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215680 - head/lib/libpam/modules/pam_unix
Message-ID:  <201011221445.oAMEjHL4095023@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Mon Nov 22 14:45:16 2010
New Revision: 215680
URL: http://svn.freebsd.org/changeset/base/215680

Log:
  Add <time.h> for ctime(), which we accidentally picked up through
  <sys/time.h>.
  
  Submitted by:	Garrett Cooper <yanegomi@gmail.com>
  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 <string.h>
 #include <stdio.h>
 #include <syslog.h>
+#include <time.h>
 #include <unistd.h>
 
 #include <libutil.h>



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