diff options
Diffstat (limited to 'security/opencryptoki/files/patch-usr-include-pkcs11-stdll.h')
-rw-r--r-- | security/opencryptoki/files/patch-usr-include-pkcs11-stdll.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/opencryptoki/files/patch-usr-include-pkcs11-stdll.h b/security/opencryptoki/files/patch-usr-include-pkcs11-stdll.h new file mode 100644 index 000000000000..8ee112945d9e --- /dev/null +++ b/security/opencryptoki/files/patch-usr-include-pkcs11-stdll.h @@ -0,0 +1,11 @@ +--- usr/include/pkcs11/stdll.h.orig 2010-07-29 21:28:41.000000000 +0900 ++++ usr/include/pkcs11/stdll.h 2010-10-19 23:43:40.418984281 +0900 +@@ -302,7 +302,7 @@ + + + #include <pkcs11types.h> +-#include <linux/limits.h> ++#include <limits.h> + #include <local_types.h> + #include <slotmgr.h> + |