Avoid declaring ulonglong_t.

Comment here already says it isn't necessary and will be removed.
Hasten the process for us and avoid the problematic typedef.

This is useful because u_longlong_t would otherwise need to be
provided by compat headers.
This commit is contained in:
maya 2018-06-13 04:21:21 +00:00
parent c44313b349
commit 93c55cb558
1 changed files with 0 additions and 7 deletions

View File

@ -49,13 +49,6 @@ extern "C" {
typedef int bool_t;
typedef int enum_t;
/*
* The ulonglong_t type was introduced to workaround an rpcgen bug
* that has been fixed, this next typedef will be removed in a future release.
* Do *NOT* use!
*/
typedef u_longlong_t ulonglong_t;
#if defined(_LP64) || defined(_I32LPx)
typedef uint32_t rpcprog_t;
typedef uint32_t rpcvers_t;