~ubuntu-branches/ubuntu/breezy/pam/breezy

« back to all changes in this revision

Viewing changes to debian/patches/025_pam_issue_time

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-06-28 14:28:08 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040628142808-adikk7vtfg3pzcjw
Tags: 0.76-22
* Add uploaders
* Document location of repository
* Fix options containing arguments in pam_unix, Closes: #254904

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- Linux-PAM-0.72/modules/pam_issue/pam_issue.c~       Thu Feb  8 08:36:37 2001
2
 
+++ Linux-PAM-0.72/modules/pam_issue/pam_issue.c        Thu Feb  8 08:36:25 2001
3
 
@@ -25,6 +25,7 @@
4
 
 #include <sys/utsname.h>
5
 
 #include <utmp.h>
6
 
 #include <malloc.h>
7
 
+#include <time.h>
8
 
 
9
 
 #include <security/_pam_macros.h>
10