src/java.security.jgss/share/native/libj2gss/gssapi.h
changeset 57826 bf4c808a4488
parent 55638 430a51e86f28
child 58679 9c3209ff7550
equal deleted inserted replaced
57825:8c73d2a46ba9 57826:bf4c808a4488
    41 
    41 
    42 #ifdef __cplusplus
    42 #ifdef __cplusplus
    43 extern "C" {
    43 extern "C" {
    44 #endif /* __cplusplus */
    44 #endif /* __cplusplus */
    45 
    45 
    46 #if TARGET_OS_MAC
    46 #if defined(TARGET_OS_MAC)
    47 #    pragma pack(push,2)
    47 #    pragma pack(push,2)
    48 #endif
    48 #endif
    49 
    49 
    50 /*
    50 /*
    51  * First, include stddef.h to get size_t defined.
    51  * First, include stddef.h to get size_t defined.
   693         gss_const_name_t,       /* input_name */
   693         gss_const_name_t,       /* input_name */
   694         gss_const_OID,          /* mech_type */
   694         gss_const_OID,          /* mech_type */
   695         gss_name_t *            /* output_name */
   695         gss_name_t *            /* output_name */
   696 );
   696 );
   697 
   697 
   698 #if TARGET_OS_MAC
   698 #if defined(TARGET_OS_MAC)
   699 #    pragma pack(pop)
   699 #    pragma pack(pop)
   700 #endif
   700 #endif
   701 
   701 
   702 #ifdef __cplusplus
   702 #ifdef __cplusplus
   703 }
   703 }