aboutsummaryrefslogtreecommitdiff
path: root/scripts/unifdef.c
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2012-09-05 14:37:36 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-07 08:39:32 -0700
commitc08f21a0017df9e98861fe87bd4ad0a931fb5abb (patch)
treee2179d33d5967808b663b4c86871941943f1c632 /scripts/unifdef.c
parent115df7d533ba2c51cfe9f29cc5817bc85ad32df9 (diff)
tools/hv: Fix exit() error code
commit 6bb22fea25624ab593eee376fa5fb82d1b13f45a upstream. Linux native exit codes are 8-bit unsigned values. exit(-1) results in an exit code of 255, which is usually reserved for shells reporting 'command not found'. Use the portable value EXIT_FAILURE. (Not that this matters much for a daemon.) Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/unifdef.c')
0 files changed, 0 insertions, 0 deletions