diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-09-27 22:46:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-09-27 22:46:40 +0000 |
commit | 37efc66b852b5fc6174819a4263a946920d7342f (patch) | |
tree | 41eb867739b06b684f2bbc67da3e56bbafcabe17 /security/p11-kit/files | |
parent | 1efb1595e85437caf645576b66493e1698debb7e (diff) | |
download | ports-37efc66b852b5fc6174819a4263a946920d7342f.tar.gz ports-37efc66b852b5fc6174819a4263a946920d7342f.zip |
Notes
Diffstat (limited to 'security/p11-kit/files')
-rw-r--r-- | security/p11-kit/files/patch-p11-kit-modules.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/security/p11-kit/files/patch-p11-kit-modules.c b/security/p11-kit/files/patch-p11-kit-modules.c deleted file mode 100644 index 1b02a4221e8a..000000000000 --- a/security/p11-kit/files/patch-p11-kit-modules.c +++ /dev/null @@ -1,16 +0,0 @@ ---- p11-kit/modules.c.orig 2011-09-15 18:15:24.000000000 -0700 -+++ p11-kit/modules.c 2011-09-15 18:16:27.000000000 -0700 -@@ -50,11 +50,12 @@ - #include <dirent.h> - #include <dlfcn.h> - #include <errno.h> -+#include <limits.h> - #include <pthread.h> - #include <stdarg.h> - #include <stddef.h> --#include <stdlib.h> - #include <stdio.h> -+#include <stdlib.h> - #include <string.h> - #include <unistd.h> - |