diff options
Diffstat (limited to 'security/pam_p11/files/patch-src_test.c')
-rw-r--r-- | security/pam_p11/files/patch-src_test.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_p11/files/patch-src_test.c b/security/pam_p11/files/patch-src_test.c new file mode 100644 index 000000000000..08158257b8d6 --- /dev/null +++ b/security/pam_p11/files/patch-src_test.c @@ -0,0 +1,11 @@ +--- src/test.c.orig Thu Jun 1 15:13:06 2006 ++++ src/test.c Thu Jun 1 15:13:15 2006 +@@ -2,7 +2,7 @@ + #include <stdlib.h> + + #include <security/pam_appl.h> +-#include <security/pam_misc.h> ++#include <security/pam_modules.h> + + int main(int argc, char **argv) + { |