components/pinentry/patches/001-util.c.patch
author Michael Nestler <Michael.Nestler@Oracle.COM>
Wed, 15 Oct 2014 09:26:27 -0700
branchs11u2-sru
changeset 3398 344bcc9ffb11
parent 303 cae844b2d132
permissions -rw-r--r--
19789649 rsyslog complete documentation is missing

--- secmem/util.c	Wed Oct 28 09:42:42 2009
+++ secmem/util.c	Wed Oct 28 09:43:01 2009
@@ -34,11 +34,10 @@
 
 #ifndef TEMP_FAILURE_RETRY
 #define TEMP_FAILURE_RETRY(expression) \
-  (__extension__							      \
     ({ long int __result;						      \
        do __result = (long int) (expression);				      \
        while (__result == -1L && errno == EINTR);			      \
-       __result; }))
+       __result; })
 #endif
 
 #ifndef HAVE_DOSISH_SYSTEM