From: Paul Eggert Date: Fri, 3 Dec 2004 07:34:40 +0000 (+0000) Subject: Mention copyright notice in latest checkin. X-Git-Tag: v5.3.0~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcf9cad08872f865fa2178744356e6ad0c33972b;p=thirdparty%2Fcoreutils.git Mention copyright notice in latest checkin. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 2ecf3b93ee..2db76b9034 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,8 +1,9 @@ 2004-12-02 Paul Eggert - * openat.m4 (gl_FUNC_OPENAT): Require - gl_USE_SYSTEM_EXTENSIONS, since Solaris requires __EXTENSIONS__ - to be defined when compiling pedantically. + * openat.m4: Add copyright notice. + (gl_FUNC_OPENAT): Require gl_USE_SYSTEM_EXTENSIONS, since Solaris + requires __EXTENSIONS__ to be defined when compiling pedantically, + if you want AT_FDCWD. 2004-12-01 Paul Eggert