• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Farhan/openssh


Commit MetaInfo

Revision819a147a5358be6ae7dd5a99f5d4b4e532a987b8 (tree)
Time2016-08-12 05:01:00
AuthorJosh Gao <jmgao@goog...>
CommiterJosh Gao

Log Message

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

Change Summary

Incremental Difference

--- a/config.h
+++ b/config.h
@@ -194,7 +194,7 @@
194194 #define HAVE_ATTRIBUTE__NONNULL__ 1
195195
196196 /* OpenBSD's gcc has sentinel */
197-/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
197+#define HAVE_ATTRIBUTE__SENTINEL__ 1
198198
199199 /* Define to 1 if you have the `aug_get_machine' function. */
200200 /* #undef HAVE_AUG_GET_MACHINE */