From: Bruno Haible Date: Thu, 2 Oct 2003 10:22:12 +0000 (+0000) Subject: Tweak Include section. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5e8c8c5003f668286e8e2024870ab2a17df0d4;p=pspp Tweak Include section. --- diff --git a/ChangeLog b/ChangeLog index 1ff6886eda..26eee3c378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-02 Bruno Haible + + * modules/lchown (Include): Add lchown.h. + * modules/time_r (Include): Use "..." syntax. + * modules/xgetdomainname (Include): Add xgetdomainname.h. + 2003-10-01 Simon Josefsson * MODULES.html.sh: Move gethostname from section 'based on' to section diff --git a/modules/lchown b/modules/lchown index 4a5217f5bc..7c752d72a0 100644 --- a/modules/lchown +++ b/modules/lchown @@ -16,6 +16,7 @@ Makefile.am: lib_SOURCES += lchown.h Include: +"lchown.h" Maintainer: Jim Meyering diff --git a/modules/time_r b/modules/time_r index 131f0e745a..c422b67305 100644 --- a/modules/time_r +++ b/modules/time_r @@ -17,7 +17,7 @@ Makefile.am: lib_SOURCES += time_r.h Include: - +"time_r.h" Maintainer: Paul Eggert diff --git a/modules/xgetdomainname b/modules/xgetdomainname index b25a05cfc9..8e4082333c 100644 --- a/modules/xgetdomainname +++ b/modules/xgetdomainname @@ -15,6 +15,7 @@ Makefile.am: lib_SOURCES += xgetdomainname.h xgetdomainname.c Include: +"xgetdomainname.h" Maintainer: Simon Josefsson