diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-09-01 17:56:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-09-01 17:56:05 +0000 |
| commit | 1348e3ff59552fef1dca022dffb19f56bf70093e (patch) | |
| tree | 1d028adc594e4c491bbf5b4414d303eeb820f33d /security/pgp6/files/patch-cmdline%keymaint.c | |
| parent | make it use gcc 4.2 or above instead of 4.1 only. (diff) | |
Fix build on FreeBSD/i386 8-CURRENT. (7.0 building with GCC 4.2)
Diffstat (limited to 'security/pgp6/files/patch-cmdline%keymaint.c')
| -rw-r--r-- | security/pgp6/files/patch-cmdline%keymaint.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-cmdline%keymaint.c b/security/pgp6/files/patch-cmdline%keymaint.c new file mode 100644 index 000000000000..8acf0a252d9b --- /dev/null +++ b/security/pgp6/files/patch-cmdline%keymaint.c @@ -0,0 +1,11 @@ +--- clients/pgp/cmdline/keymaint.c.orig 1999-05-12 14:01:04.000000000 -0700 ++++ clients/pgp/cmdline/keymaint.c 2008-08-31 01:36:27.000000000 -0700 +@@ -264,7 +264,7 @@ PGPError markSignatureChainDepths(struct + pgpAssertNoErr(err); + + if ( (PGPUInt32)traceValue == 0) { +- (PGPUInt32)traceValue = depth; ++ traceValue = depth; + + err = PGPSetKeyUserVal( key, traceValue); + pgpAssertNoErr(err); |
