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-lib-tpm_utils.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-lib-tpm_utils.c')
-rw-r--r-- | security/tpm-tools/files/patch-lib-tpm_utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/tpm-tools/files/patch-lib-tpm_utils.c b/security/tpm-tools/files/patch-lib-tpm_utils.c index 944a9d7190c6..aa3b584a66c8 100644 --- a/security/tpm-tools/files/patch-lib-tpm_utils.c +++ b/security/tpm-tools/files/patch-lib-tpm_utils.c @@ -1,6 +1,6 @@ ---- lib/tpm_utils.c.orig 2010-02-02 02:17:23.000000000 +0900 -+++ lib/tpm_utils.c 2013-07-24 22:00:15.000000000 +0900 -@@ -55,6 +55,7 @@ +--- lib/tpm_utils.c.orig 2010-09-30 17:28:09 UTC ++++ lib/tpm_utils.c +@@ -55,6 +55,7 @@ genericOptHandler( int a_iNumArgs, char CmdHelpFunction tCmdHelp = ( a_tCmdHelpFunction ) ? a_tCmdHelpFunction : logCmdHelp; @@ -8,7 +8,7 @@ char szShortOpts[strlen( pszGenShortOpts ) + ( ( a_pszShortOpts == NULL ) ? 0 : strlen( a_pszShortOpts ) ) + 1]; -@@ -64,12 +65,36 @@ +@@ -64,12 +65,36 @@ genericOptHandler( int a_iNumArgs, char int iOpt; int rc; |