]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename unistd_.h to unistd.in.h.
authorBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:40:59 +0000 (00:40 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:40:59 +0000 (00:40 +0200)
ChangeLog
lib/getlogin_r.c
lib/unistd.in.h [moved from lib/unistd_.h with 100% similarity]
modules/unistd

index b04636f7c02a359cc23e210678b3cfe8f5bc8188..84d5e9f9e750822792e48aa2e0d3673e778d955d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,6 +80,9 @@
        sysexits_.h.
        * lib/time.in.h: Renamed from lib/time_.h.
        * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
+       * lib/unistd.in.h: Renamed from lib/unistd_.h.
+       * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
+       unistd_.h.
 
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
index bb89f6e6028467d8c221518cbd86bf0813c5e34a..39b6f275c81f9730d52fe5f781dbe28a69d9b3dc 100644 (file)
@@ -30,7 +30,7 @@
 char *getlogin (void);
 #endif
 
-/* See unistd_.h for documentation.  */
+/* See unistd.in.h for documentation.  */
 int
 getlogin_r (char *name, size_t size)
 {
similarity index 100%
rename from lib/unistd_.h
rename to lib/unistd.in.h
index ba288fd507e867fae02bd8e4edf4e560aa1faf3e..4c7711caa05f9e200a161e7092c06401df14c53b 100644 (file)
@@ -3,7 +3,7 @@ A GNU-like <unistd.h>.
 
 Files:
 m4/unistd_h.m4
-lib/unistd_.h
+lib/unistd.in.h
 
 Depends-on:
 include_next
@@ -17,7 +17,7 @@ BUILT_SOURCES += unistd.h
 
 # We need the following in order to create an empty placeholder for
 # <unistd.h> when the system doesn't have one.
-unistd.h: unistd_.h
+unistd.h: unistd.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \