Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libgssglue/files: libgssglue-0.3-protos.patch
Date: Fri, 02 Sep 2011 19:15:03
Message-Id: 20110902191452.AE39020051@flycatcher.gentoo.org
1 vapier 11/09/02 19:14:52
2
3 Added: libgssglue-0.3-protos.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/libgssglue/files/libgssglue-0.3-protos.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgssglue/files/libgssglue-0.3-protos.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgssglue/files/libgssglue-0.3-protos.patch?rev=1.1&content-type=text/plain
14
15 Index: libgssglue-0.3-protos.patch
16 ===================================================================
17 add missing prototype to header
18
19 --- a/src/mglueP.h
20 +++ b/src/mglueP.h
21 @@ -477,6 +477,10 @@ OM_uint32 generic_gss_str_to_oid
22 gss_OID * /* oid */
23 );
24
25 +OM_uint32
26 +generic_gss_copy_oid_set(OM_uint32 *minor_status,
27 + const gss_OID_set_desc * const oidset,
28 + gss_OID_set *new_oidset);
29
30 gss_OID gss_find_mechanism_from_name_type (gss_OID); /* name_type */