patch-modules_pam_unix_pam_unix_acct_c 347 B

12345678910
  1. --- Linux-PAM-1.1.4.orig/modules/pam_unix/pam_unix_acct.c 2011-06-21 11:04:56.000000000 +0200
  2. +++ Linux-PAM-1.1.4/modules/pam_unix/pam_unix_acct.c 2012-07-31 13:08:58.000000000 +0200
  3. @@ -47,6 +47,7 @@
  4. #include <time.h> /* for time() */
  5. #include <errno.h>
  6. #include <sys/wait.h>
  7. +#include <sys/resource.h>
  8. #include <security/_pam_macros.h>