* openat.c (openat): Use ?:, not if, to work around GCC bug 4210
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Jun 2006 19:15:50 +0000 (19:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Jun 2006 19:15:50 +0000 (19:15 +0000)
commit77f269d576ef80619fe96e4920df7515447abf89
tree33f4e3879c8bf97952b8932fc2956851ce689339
parenta25591bb7523194c619a563993d0f302e6cc7125
* openat.c (openat): Use ?:, not if, to work around GCC bug 4210
<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
Problem reported by Denis Excoffier in
<http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
lib/ChangeLog
lib/openat.c