diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-18 17:19:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-18 17:19:40 +0000 |
commit | 10c3aa0757d552917cab78b7f314f748b8268be8 (patch) | |
tree | 39ec2b2ccdcc01701125097638ce7dab483cea87 /security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c | |
parent | Create new port graphics/py3-pygraphviz: (diff) |
Update to 1.3.8.
Notes
Notes:
svn path=/head/; revision=415458
Diffstat (limited to 'security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c')
-rw-r--r-- | security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c b/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c new file mode 100644 index 000000000000..8f2de7135816 --- /dev/null +++ b/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvread.c @@ -0,0 +1,10 @@ +--- src/tpm_mgmt/tpm_nvread.c.orig 2011-08-17 12:20:35 UTC ++++ src/tpm_mgmt/tpm_nvread.c +@@ -19,6 +19,7 @@ + * http://www.opensource.org/licenses/cpl1.0.php. + */ + ++#include <sys/stat.h> + #include <limits.h> + #include <ctype.h> + #include <fcntl.h> |