From: Josh Gao Date: Thu, 11 Aug 2016 19:59:41 +0000 (-0700) Subject: Define HAVE_ATTRIBUTE__SENTINEL__ to 1. X-Git-Tag: android-x86-8.1-r1~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=819a147a5358be6ae7dd5a99f5d4b4e532a987b8;p=android-x86%2Fexternal-openssh.git Define HAVE_ATTRIBUTE__SENTINEL__ to 1. The #define in config.h for __sentinel__ is incorrect and doesn't handle __attribute__((__sentinel__(1))). Since we have the attribute, just turn it on. Change-Id: Ifaced8170a274d2d0e527f892986795aaffedb69 --- diff --git a/config.h b/config.h index 053c276..4d012f1 100644 --- a/config.h +++ b/config.h @@ -194,7 +194,7 @@ #define HAVE_ATTRIBUTE__NONNULL__ 1 /* OpenBSD's gcc has sentinel */ -/* #undef HAVE_ATTRIBUTE__SENTINEL__ */ +#define HAVE_ATTRIBUTE__SENTINEL__ 1 /* Define to 1 if you have the `aug_get_machine' function. */ /* #undef HAVE_AUG_GET_MACHINE */