From 10a7fb0bfa8b29644e5c791b793afe625f4152bc Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 17 Feb 2014 13:25:16 -0700 Subject: [PATCH] Properly terminate ifdef conditional in krb5-types.h --- include/krb5-types.cross | 1 + 1 file changed, 1 insertion(+) diff --git a/include/krb5-types.cross b/include/krb5-types.cross index 2d9d1dced..bdd9b5a36 100644 --- a/include/krb5-types.cross +++ b/include/krb5-types.cross @@ -60,6 +60,7 @@ typedef ssize_t krb5_ssize_t; #if __has_extension(__warn_unused_result__) || KRB5TYPES_REQUIRE_GNUC(3,3,0) #define HEIMDAL_WARN_UNUSED_RESULT_ATTRIBUTE __attribute__((__warn_unused_result__)) #endif +#endif typedef int krb5_socket_t; -- 2.11.4.GIT