diff options
author | Doug Rabson <dfr@FreeBSD.org> | 2008-05-15 19:55:19 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 2008-05-15 19:55:19 +0000 |
commit | a64b9907e154f66629beb0323b61527b05c9ec79 (patch) | |
tree | 5a22a17ae1400ab8c3671b0ba9559b22a901dc4b /include/gssapi | |
parent | 59f31bb2d0e08df819b633af3af91433072c552b (diff) |
Add definition for OM_uint64.
Submitted by: tmclaugh
Notes
Notes:
svn path=/head/; revision=179021
Diffstat (limited to 'include/gssapi')
-rw-r--r-- | include/gssapi/gssapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gssapi/gssapi.h b/include/gssapi/gssapi.h index 84ba83ac09d9..94c63698b61c 100644 --- a/include/gssapi/gssapi.h +++ b/include/gssapi/gssapi.h @@ -89,6 +89,7 @@ typedef OM_object_identifier gss_OID_desc, *gss_OID; */ typedef gss_uint32 OM_uint32; +typedef uint64_t OM_uint64; typedef struct gss_OID_desc_struct { OM_uint32 length; |