bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] sysexit_.h missing EX_OK


From: Martin Lambers
Subject: [bug-gnulib] sysexit_.h missing EX_OK
Date: Wed, 23 Feb 2005 22:51:49 +0100
User-agent: Mutt/1.5.6i

Hi,

the file sysexit_.h from the sysexits module does not define EX_OK.

EX_OK is documented in the FreeBSD sysexits(3) man page: 
http://www.freebsd.org/cgi/man.cgi?query=sysexits .
It is also mentioned in the sendmail man page as the sysexits.h return
code for successful completion.

Please consider adding
#define EX_OK 0
to sysexit_.h.

Best regards,
Martin Lambers




reply via email to

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