summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-10-02 10:22:12 +0000
committerBruno Haible <bruno@clisp.org>2003-10-02 10:22:12 +0000
commit3a5e8c8c5003f668286e8e2024870ab2a17df0d4 (patch)
treef071801021212dcd9d760458b679cc78e4fec09d
parentcbac3adb4a18516cbcc02808c4624fb3f0db6fb4 (diff)
downloadgnulib-3a5e8c8c5003f668286e8e2024870ab2a17df0d4.tar.gz
Tweak Include section.
-rw-r--r--ChangeLog6
-rw-r--r--modules/lchown1
-rw-r--r--modules/time_r2
-rw-r--r--modules/xgetdomainname1
4 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ff6886eda..26eee3c378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-02 Bruno Haible <bruno@clisp.org>
+
+ * modules/lchown (Include): Add lchown.h.
+ * modules/time_r (Include): Use "..." syntax.
+ * modules/xgetdomainname (Include): Add xgetdomainname.h.
+
2003-10-01 Simon Josefsson <jas@extundo.com>
* 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>
+"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