Farhan/openssh
Revision | 819a147a5358be6ae7dd5a99f5d4b4e532a987b8 (tree) |
---|---|
Time | 2016-08-12 05:01:00 |
Author | Josh Gao <jmgao@goog...> |
Commiter | Josh Gao |
Define HAVE_ATTRIBUTESENTINEL 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
@@ -194,7 +194,7 @@ | ||
194 | 194 | #define HAVE_ATTRIBUTE__NONNULL__ 1 |
195 | 195 | |
196 | 196 | /* OpenBSD's gcc has sentinel */ |
197 | -/* #undef HAVE_ATTRIBUTE__SENTINEL__ */ | |
197 | +#define HAVE_ATTRIBUTE__SENTINEL__ 1 | |
198 | 198 | |
199 | 199 | /* Define to 1 if you have the `aug_get_machine' function. */ |
200 | 200 | /* #undef HAVE_AUG_GET_MACHINE */ |