]> Savannah Git Hosting - gnulib.git/commitdiff
Revert last commit.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Sep 2011 21:52:31 +0000 (23:52 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Sep 2011 21:52:31 +0000 (23:52 +0200)
ChangeLog
lib/openat.h

index 79d9777e4893aae0a46093e46528db5e0eb5334b..2f64d746e186de628e01ed869087d35c20eda3b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-2011-09-07  Bruno Haible  <bruno@clisp.org>
+2011-09-04  J.T. Conklin  <jtc@acorntoolworks.com>
 
-       openat: Work around compilation error with OSF/1 5.1 DTK cc.
-       * lib/openat.h: Use different syntax for include of <fcntl.h>.
+       parse-datetime: document the newly accepted format
+       * doc/parse-datetime.texi (Combined date and time of day items):
+       New section.
 
 2011-09-06  Bruno Haible  <bruno@clisp.org>
 
index fb4f4d8bd9c3d84d9eebaa8fc64566a3487c25df..b26571f8246e2184f82386a9849d1ce3b005ce36 100644 (file)
@@ -19,9 +19,7 @@
 #ifndef _GL_HEADER_OPENAT
 #define _GL_HEADER_OPENAT
 
-/* Write "fcntl.h" here, not <fcntl.h>, otherwise OSF/1 5.1 DTK cc miscompiles
-   openat.c because that file has a preliminary #include <fcntl.h>.  */
-#include "fcntl.h"
+#include <fcntl.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>