add EX_CONFIG for configuration error
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 25 Mar 1988 06:58:23 +0000 (22:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 25 Mar 1988 06:58:23 +0000 (22:58 -0800)
SCCS-vsn: include/sysexits.h 4.4

usr/src/include/sysexits.h

index 1c3ca36..aeff9da 100644 (file)
@@ -9,7 +9,7 @@
  * software without specific prior written permission. This software
  * is provided ``as is'' without express or implied warranty.
  *
  * software without specific prior written permission. This software
  * is provided ``as is'' without express or implied warranty.
  *
- *     @(#)sysexits.h  4.3 (Berkeley) %G%
+ *     @(#)sysexits.h  4.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -73,7 +73,7 @@
 **     Maintained by Eric Allman (eric@berkeley, ucbvax!eric) --
 **             please mail changes to me.
 **
 **     Maintained by Eric Allman (eric@berkeley, ucbvax!eric) --
 **             please mail changes to me.
 **
-**                     @(#)sysexits.h  4.3             %G%
+**                     @(#)sysexits.h  4.4             %G%
 */
 
 # define EX_OK         0       /* successful termination */
 */
 
 # define EX_OK         0       /* successful termination */
@@ -94,3 +94,4 @@
 # define EX_TEMPFAIL   75      /* temp failure; user is invited to retry */
 # define EX_PROTOCOL   76      /* remote error in protocol */
 # define EX_NOPERM     77      /* permission denied */
 # define EX_TEMPFAIL   75      /* temp failure; user is invited to retry */
 # define EX_PROTOCOL   76      /* remote error in protocol */
 # define EX_NOPERM     77      /* permission denied */
+# define EX_CONFIG     78      /* configuration error */