Mercurial > hg > octave-shane > gnulib-hg
changeset 17136:17358db77276
fchmodat.c, fchownat.c: fix compile-impeding typos
* lib/fchmodat.c (FCHMODAT_INLINE): Fix typo: s/#include/#define/
* lib/fchownat.c (FCHOWNAT_INLINE): Likewise.
Introduced in commit v0.0-7636-gd202279.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 15 Oct 2012 18:34:56 +0200 |
parents | 3ae14a5da4df |
children | 794ea55f5504 |
files | ChangeLog lib/fchmodat.c lib/fchownat.c |
diffstat | 3 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-10-15 Jim Meyering <jim@meyering.net> + + fchmodat.c, fchownat.c: compile-impeding typos + * lib/fchmodat.c (FCHMODAT_INLINE): Fix typo: s/#include/#define/ + * lib/fchownat.c (FCHOWNAT_INLINE): Likewise. + Introduced in commit v0.0-7636-gd202279. + 2012-10-15 Paul Eggert <eggert@cs.ucla.edu> fcntl-h: support GNU flags like O_IGNORE_CTTY