components/pinentry/patches/001-util.c.patch
author majid.valiollahzadeh@oracle.com <majid.valiollahzadeh@oracle.com>
Thu, 17 Sep 2015 11:19:09 -0700
branchs11u3-sru
changeset 4871 ca7a11a17810
parent 303 cae844b2d132
permissions -rw-r--r--
21762187 problem in UTILITY/RSYNC

--- 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