[krbdev.mit.edu #9054] git commit

"Greg Hudson via RT" <[email protected]> Wed, 02 Mar 2022 17:48:50 -0500
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Wed Mar 02 17:48:50 2022: Request 9054 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9054 >



Replace macros with typedefs in gssrpc types.h

Defining bool_t and enum_t with the preprocessor conflicts with
namespaced declarations in fbthrift's headers.  Use typedefs to avoid
this conflict and for consistency with other Sun RPC implementations.

[[email protected]: clarified commit message]

https://github.com/krb5/krb5/commit/922592d3f57c831a2d539ff9b643953b56e6c515
Author: Tianjiao Yin <[email protected]>
Committer: Greg Hudson <[email protected]>
Commit: 922592d3f57c831a2d539ff9b643953b56e6c515
Branch: master
 src/include/gssrpc/types.hin |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)