diff options
author | Steve Langasek <vorlon@debian.org> | 2001-06-27 18:53:30 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2001-06-27 18:53:30 +0000 |
commit | e5d527e8dfba82f1c47f6b1d3751cf2f17cf2cab (patch) | |
tree | 1f0b828a2e4ae2327b3125cd240ed65e2779a252 /modules/pam_tally | |
parent | 00d6f3fb775a64286da3c6a95526ef5431beefa5 (diff) | |
download | pam-e5d527e8dfba82f1c47f6b1d3751cf2f17cf2cab.tar.gz pam-e5d527e8dfba82f1c47f6b1d3751cf2f17cf2cab.tar.bz2 pam-e5d527e8dfba82f1c47f6b1d3751cf2f17cf2cab.zip |
Relevant BUGIDs: 436432
Purpose of commit: cleanup
Commit summary:
---------------
nix unneeded #include line from pam_tally.c. Keep things as minimalistic as
possible until we /know/ it's needed for something.
Diffstat (limited to 'modules/pam_tally')
-rw-r--r-- | modules/pam_tally/pam_tally.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/pam_tally/pam_tally.c b/modules/pam_tally/pam_tally.c index b5bbaba3..651a758b 100644 --- a/modules/pam_tally/pam_tally.c +++ b/modules/pam_tally/pam_tally.c @@ -16,7 +16,6 @@ #include <stdio.h> #include <string.h> #include <unistd.h> -#include <stdlib.h> #include <stdarg.h> #include <syslog.h> #include <pwd.h> |