Bruno Haible wrote: > This is an automated email from the git hooks/post-receive script. It was > generated because a ref change was pushed to the repository containing > the project "gnulib - GNU portability library". > > http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=76074e9af140661560dc1ce16d0a80c2e768a740 > > The branch, master has been updated > via 76074e9af140661560dc1ce16d0a80c2e768a740 (commit) > from f8e2db8413d327570ba5b513231ab006c4d0dea9 (commit) > > Those revisions listed above that are new to this repository have > not appeared on any other notification email; so we list those > revisions in full, below. > > - Log ----------------------------------------------------------------- > commit 76074e9af140661560dc1ce16d0a80c2e768a740 > Author: Bruno Haible <br...@clisp.org> > Date: Wed Sep 7 11:48:23 2011 +0200 > > openat: Work around compilation error with OSF/1 5.1 DTK cc. > > * lib/openat.h: Use different syntax for include of <fcntl.h>. > > ----------------------------------------------------------------------- > > Summary of changes: > ChangeLog | 7 +++---- > lib/openat.h | 4 +++- > 2 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/ChangeLog b/ChangeLog > index 2f64d74..79d9777 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,8 +1,7 @@ > -2011-09-04 J.T. Conklin <j...@acorntoolworks.com> > +2011-09-07 Bruno Haible <br...@clisp.org> > > - parse-datetime: document the newly accepted format > - * doc/parse-datetime.texi (Combined date and time of day items): > - New section. > + openat: Work around compilation error with OSF/1 5.1 DTK cc. > + * lib/openat.h: Use different syntax for include of <fcntl.h>.
Hi Bruno, It looks like you've accidentally removed J.T's ChangeLog entry.