X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsysexit_.h;h=e5195155b76bd41c82b9265b74beacec339f7e86;hb=53ed71f6a1cc4207b1972b73e4b5e1e830c8119d;hp=4e27f325d4078a750bae5a5d9446b11bec56384e;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/sysexit_.h b/lib/sysexit_.h index 4e27f325d..e5195155b 100644 --- a/lib/sysexit_.h +++ b/lib/sysexit_.h @@ -1,5 +1,5 @@ /* exit() exit codes for some BSD system programs. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,6 +20,8 @@ #ifndef _SYSEXITS_H #define _SYSEXITS_H +#define EX_OK 0 /* same value as EXIT_SUCCESS */ + #define EX_USAGE 64 #define EX_DATAERR 65 #define EX_NOINPUT 66