exit: drop remaining clients
authorEric Blake <eblake@redhat.com>
Mon, 2 May 2011 17:59:00 +0000 (11:59 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 2 May 2011 18:02:59 +0000 (12:02 -0600)
Anyone using EXIT_FAILURE needs to depend on stdlib, now that
the exit module is gone.

* modules/argmatch (Depends-on): Replace exit with stdlib.
* modules/copy-file (Depends-on): Likewise.
* modules/execute (Depends-on): Likewise.
* modules/exitfail (Depends-on): Likewise.
* modules/obstack (Depends-on): Likewise.
* modules/pagealign_alloc (Depends-on): Likewise.
* modules/pipe-filter-gi (Depends-on): Likewise.
* modules/pipe-filter-ii (Depends-on): Likewise.
* modules/savewd (Depends-on): Likewise.
* modules/spawn-pipe (Depends-on): Likewise.
* modules/wait-process (Depends-on): Likewise.
* modules/xsetenv (Depends-on): Likewise.
* modules/chdir-long (Depends-on): Add stdlib, for EXIT_FAILURE.
* modules/git-merge-changelog (Depends-on): Likewise.
* modules/long-options (Depends-on): Likewise.
* modules/pt_chown (Depends-on): Likewise.
* modules/sysexits (Depends-on): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
18 files changed:
ChangeLog
modules/argmatch
modules/chdir-long
modules/copy-file
modules/execute
modules/exitfail
modules/git-merge-changelog
modules/long-options
modules/obstack
modules/pagealign_alloc
modules/pipe-filter-gi
modules/pipe-filter-ii
modules/pt_chown
modules/savewd
modules/spawn-pipe
modules/sysexits
modules/wait-process
modules/xsetenv

index 4999be22b8c7444d886a4ce6cc45929c15162df7..d6ac179d9a75cd3928cff599e161491f16d4bb98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
 2011-05-02  Eric Blake  <eblake@redhat.com>
 
+       exit: drop remaining clients
+       * modules/argmatch (Depends-on): Replace exit with stdlib.
+       * modules/copy-file (Depends-on): Likewise.
+       * modules/execute (Depends-on): Likewise.
+       * modules/exitfail (Depends-on): Likewise.
+       * modules/obstack (Depends-on): Likewise.
+       * modules/pagealign_alloc (Depends-on): Likewise.
+       * modules/pipe-filter-gi (Depends-on): Likewise.
+       * modules/pipe-filter-ii (Depends-on): Likewise.
+       * modules/savewd (Depends-on): Likewise.
+       * modules/spawn-pipe (Depends-on): Likewise.
+       * modules/wait-process (Depends-on): Likewise.
+       * modules/xsetenv (Depends-on): Likewise.
+       * modules/chdir-long (Depends-on): Add stdlib, for EXIT_FAILURE.
+       * modules/git-merge-changelog (Depends-on): Likewise.
+       * modules/long-options (Depends-on): Likewise.
+       * modules/pt_chown (Depends-on): Likewise.
+       * modules/sysexits (Depends-on): Likewise.
+
        freading: relax license from LGPLv3+ to LGPLv2+
        * modules/freading (License): Relax LGPL version.
 
index 0dd643cdfbdd7a0eee39ed91c193e5b48ac402d8..c3225976d6827138df4e692190e3a3c1f76769b6 100644 (file)
@@ -11,10 +11,10 @@ gettext-h
 error
 quotearg
 quote
-exit
 exitfail
 verify
 stdbool
+stdlib
 memcmp
 
 configure.ac:
index 4025b45afc8774eb2304bf1400b2b5e68546f8ed..eb08151d63cf1d6481faad615581e14411646afc 100644 (file)
@@ -15,6 +15,7 @@ memchr
 mempcpy
 memrchr
 stdbool
+stdlib
 
 configure.ac:
 gl_FUNC_CHDIR_LONG
index 6941e5a8e48874f2174405ac5cda5af284e4b847..4ca553e3021d4930d89febdbe0df7872b9373d57 100644 (file)
@@ -10,11 +10,11 @@ Depends-on:
 acl
 binary-io
 error
-exit
 full-write
 gettext-h
 open
 safe-read
+stdlib
 unistd
 xalloc
 
index 755e3e5b6d1e580f797d6c1371eb2ffa5d289381..a65696bb53466981584d6ce5d7112c2b98e59b69 100644 (file)
@@ -11,7 +11,6 @@ Depends-on:
 cloexec
 dup2
 error
-exit
 fatal-signal
 wait-process
 gettext-h
@@ -25,6 +24,7 @@ posix_spawnattr_setsigmask
 posix_spawnattr_setflags
 posix_spawnattr_destroy
 stdbool
+stdlib
 strpbrk
 unistd
 environ
index 641f99d1beae3e2b2790f0d1f6030b3416d19854..0dd3ec6897fa91b90a4fe382dbe6a53c32538f3d 100644 (file)
@@ -6,7 +6,7 @@ lib/exitfail.h
 lib/exitfail.c
 
 Depends-on:
-exit
+stdlib
 
 configure.ac:
 
index d0e2ad02f203ea4519adc8e7f9da581c2ddfc56f..857a8bc5b20871d2b0c815104a3af6ad9b4c2b4a 100644 (file)
@@ -7,6 +7,7 @@ lib/git-merge-changelog.c
 Depends-on:
 getopt-gnu
 stdbool
+stdlib
 progname
 error
 read-file
index 29bf734dc08cfdb969a5f062a30810be5abb37fc..207610c63dc5ca491b82c39c1ad3526c9abc323f 100644 (file)
@@ -8,6 +8,7 @@ m4/long-options.m4
 
 Depends-on:
 getopt-gnu
+stdlib
 version-etc
 
 configure.ac:
index af12846b953abd9e894399067922f959d54dd8d2..bceecdc64cb15361d28c2d0116d1274631f63307 100644 (file)
@@ -7,9 +7,9 @@ lib/obstack.c
 
 Depends-on:
 gettext-h
-exit
 exitfail
 stdint
+stdlib
 
 configure.ac:
 AC_FUNC_OBSTACK
index 5972aa152dcfafb0cad57dd2232c996e2e9d5700..357a335197f344d3ac0e11d46702c672078ab4ee 100644 (file)
@@ -9,10 +9,10 @@ m4/pagealign_alloc.m4
 
 Depends-on:
 error
-exit
 extensions
 getpagesize
 gettext-h
+stdlib
 xalloc
 unistd
 
index f2e6fc032c0afa0018d2d45b878a4a3c55c2b93b..ac56c60f3dd10184bade3249127f2979dce88a67 100644 (file)
@@ -10,11 +10,11 @@ Depends-on:
 spawn-pipe
 wait-process
 error
-exit
 fcntl-h
 gettext-h
 stdbool
 stdint
+stdlib
 sys_select
 unistd
 
index 5f7d05b9de94d1ee1c2ea2a9402913bc500af93e..faa4e1a6fb2b3ab338c98d378ab71f9a48e210c8 100644 (file)
@@ -10,11 +10,11 @@ Depends-on:
 spawn-pipe
 wait-process
 error
-exit
 fcntl-h
 gettext-h
 stdbool
 stdint
+stdlib
 sys_select
 unistd
 
index b861331d2af51bbc4d15477c79efc83448d81fc7..0002ab79a88cd58fadab5b590a15fa8ae637f8d4 100644 (file)
@@ -7,6 +7,7 @@ lib/pty-private.h
 
 Depends-on:
 ptsname
+stdlib
 
 configure.ac:
 
index 1f32372849973f3297ecef486636a26df71788ed..1e95b4127d72174d8098f965cf723df476244797 100644 (file)
@@ -9,12 +9,12 @@ m4/savewd.m4
 Depends-on:
 dosname
 errno
-exit
 fchdir
 fcntl-safer
 fcntl-h
 raise
 stdbool
+stdlib
 xalloc
 
 configure.ac:
index 04441b1a4e29e2da6408dfed2b58027c53fc8f8a..9898b37598f87c69192309e8ddaf5603bec77645 100644 (file)
@@ -12,7 +12,6 @@ cloexec
 dup2
 environ
 error
-exit
 fatal-signal
 gettext-h
 open
@@ -30,6 +29,7 @@ posix_spawnattr_setsigmask
 posix_spawnattr_setflags
 posix_spawnattr_destroy
 stdbool
+stdlib
 strpbrk
 unistd
 unistd-safer
index ed0d48866632339853b72cdae69c654022aa987a..5f6896a586e7ba6215f1a058f40af64a7d28dd4a 100644 (file)
@@ -7,6 +7,7 @@ m4/sysexits.m4
 
 Depends-on:
 include_next
+stdlib
 
 configure.ac:
 gl_SYSEXITS
index 9120bbcf0a6f5541ef80b85faf133f3955f96991..afc88542201bcf875b197d844adc359908a5c43e 100644 (file)
@@ -10,10 +10,10 @@ m4/sig_atomic_t.m4
 Depends-on:
 fatal-signal
 error
-exit
 xalloc
 gettext-h
 stdbool
+stdlib
 sys_wait
 unistd
 atexit
index 29319f122391adcbab6a540df2b501bb4f63a54b..66c1c4c373d85e3c9552b3089bdf3ceddedc4739 100644 (file)
@@ -10,8 +10,8 @@ Depends-on:
 setenv
 unsetenv
 error
-exit
 gettext-h
+stdlib
 
 configure.ac: