diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-02 19:14:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-02 19:14:52 +0000 |
commit | 560c666069c4d49b677c91850a3c66527bf6fb40 (patch) | |
tree | 4d8634ad3af6781551dcdf25b360d18f43d899d2 /net-libs/libgssglue/files | |
parent | [bump] dev-perl/HTTP-BrowserDetect-1.290.0 (diff) | |
download | gentoo-2-560c666069c4d49b677c91850a3c66527bf6fb40.tar.gz gentoo-2-560c666069c4d49b677c91850a3c66527bf6fb40.tar.bz2 gentoo-2-560c666069c4d49b677c91850a3c66527bf6fb40.zip |
Version bump.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libgssglue/files')
-rw-r--r-- | net-libs/libgssglue/files/libgssglue-0.3-protos.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-libs/libgssglue/files/libgssglue-0.3-protos.patch b/net-libs/libgssglue/files/libgssglue-0.3-protos.patch new file mode 100644 index 000000000000..5aaf6d03aaac --- /dev/null +++ b/net-libs/libgssglue/files/libgssglue-0.3-protos.patch @@ -0,0 +1,15 @@ +add missing prototype to header + +--- a/src/mglueP.h ++++ b/src/mglueP.h +@@ -477,6 +477,10 @@ OM_uint32 generic_gss_str_to_oid + gss_OID * /* oid */ + ); + ++OM_uint32 ++generic_gss_copy_oid_set(OM_uint32 *minor_status, ++ const gss_OID_set_desc * const oidset, ++ gss_OID_set *new_oidset); + + gss_OID gss_find_mechanism_from_name_type (gss_OID); /* name_type */ + |