summaryrefslogtreecommitdiff
path: root/debian/to-be-evaluated/006_compile_warnings
blob: dd22f71d5f636a2105387184c5039482f19d86eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- Linux-PAM-0.72/modules/pam_tally/pam_tally.c~	Tue Dec 14 12:52:35 1999
+++ Linux-PAM-0.72/modules/pam_tally/pam_tally.c	Tue Dec 14 12:52:29 1999
@@ -70,7 +70,9 @@
 #endif
 
 static struct faillog faillog;
+#ifndef MAIN
 static time_t fail_time;
+#endif
 
 /*---------------------------------------------------------------------*/