openat: Work around compilation error with OSF/1 5.1 DTK cc.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Sep 2011 22:03:50 +0000 (00:03 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Sep 2011 22:03:50 +0000 (00:03 +0200)
commit6563cd7648f78ce137eb66d4a9a77f9f1666d17f
treea2b46e49d19be3e220ec364693445fceab2cc819
parent6a19c79db4d42ca2b29e56a6b080d5738073fddb
openat: Work around compilation error with OSF/1 5.1 DTK cc.

* lib/fopen.c: Use different syntax for include of <stdio.h>.
* lib/freopen.c: Likewise.
* lib/fstatat.c: Use different syntax for include of <sys/stat.h>.
* lib/lstat.c: Likewise.
* lib/stat.c: Likewise.
* lib/open.c: Use different syntax for include of <fcntl.h>.
* lib/openat.c: Include fcntl.h again, explicitly.
ChangeLog
lib/fopen.c
lib/freopen.c
lib/fstatat.c
lib/lstat.c
lib/open.c
lib/openat.c
lib/stat.c