diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-08 01:37:15 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-08 01:37:15 +0000 |
commit | 15a8db51a45e0e0fb7777c12ce983dcb29da245a (patch) | |
tree | 952db3f6f745ac2b61ecdb293f9c1d7ad9cadc91 /modules/c-stack | |
parent | 645936535fa6199da5a9915578d57038646f7ed6 (diff) | |
download | gnulib-15a8db51a45e0e0fb7777c12ce983dcb29da245a.tar.gz |
* lib/c-stack.c: Include unistd.h unconditionally, since we now assume
the unistd module.
* lib/getlogin_r.c: Likewise.
* lib/getlogin_r.h: Likewise.
* lib/glob.c: Likewise.
* lib/pagealign_alloc.c: Likewise.
* lib/unistd_.h: Remove; no longer needed.
* modules/c-stack (Depends-on): Add unistd.
* modules/getlogin_r: Likewise.
* modules/glob: Likewise.
* modules/pagealign_alloc: Likewise.
* modules/unistd (Files): Remove lib/unistd_.h.
(EXTRA_DIST): Remove.
(unistd.h): Create using 'echo' rather than 'cp', so that we don't
need unistd_.h.
(MOSTLYCLEANFILES): Remove unistd.h-t.
Diffstat (limited to 'modules/c-stack')
-rw-r--r-- | modules/c-stack | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/c-stack b/modules/c-stack index 03e97a5fb6..926aaf7aea 100644 --- a/modules/c-stack +++ b/modules/c-stack @@ -9,6 +9,7 @@ m4/c-stack.m4 Depends-on: gettext-h exitfail +unistd configure.ac: gl_C_STACK |