bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sysexits.h: Define EX_OK


From: Martin Lambers
Subject: sysexits.h: Define EX_OK
Date: Wed, 24 Aug 2005 17:53:55 +0200
User-agent: Mutt/1.5.6+20040907i

Hi!

Back in February, I suggested to add EX_OK to the sysexit module
(http://lists.gnu.org/archive/html/bug-gnulib/2005-02/msg00042.html).
Is there a reason not to do that?

Regards,
Martin


--- sysexit_h.orig      2005-08-24 17:47:34.966600112 +0200
+++ sysexit_h   2005-08-24 17:47:51.731051528 +0200
@@ -20,6 +20,7 @@
 #ifndef _SYSEXITS_H
 #define _SYSEXITS_H
 
+#define EX_OK 0
 #define EX_USAGE 64
 #define EX_DATAERR 65
 #define EX_NOINPUT 66




reply via email to

[Prev in Thread] Current Thread [Next in Thread]