build: accommodate new syntax-check test
commit8dbccc10a67b378f389e2a49a9de4ea3b0659e5c
authorJim Meyering <meyering@redhat.com>
Fri, 30 Oct 2009 18:52:17 +0000 (30 19:52 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 30 Oct 2009 18:52:17 +0000 (30 19:52 +0100)
tree442aafcb7250bef256bc29265cae4b7699a19772
parentc3a4497393d6fde814dfc00b1166676e50df483c
build: accommodate new syntax-check test

* amiga/tailor.c (_expand_args): Change each of three uses of
"exit(20)" to "exit(EXIT_FAILURE)".
* sample/add.c: Include <stdlib.h>.
(main): Use EXIT_FAILURE and EXIT_SUCCESS, not 1 and 0.
* sample/sub.c (main): Likewise.
* sample/zread.c (main): Likewise.
amiga/tailor.c
sample/add.c
sample/sub.c
sample/zread.c