use standard exit codes
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 24 May 1986 01:57:02 +0000 (17:57 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 24 May 1986 01:57:02 +0000 (17:57 -0800)
SCCS-vsn: sbin/dump/dump.h 5.3

usr/src/sbin/dump/dump.h

index 605b345..1ac441c 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dump.h      5.2 (Berkeley) %G%
+ *     @(#)dump.h      5.3 (Berkeley) %G%
  */
 
 #define        NI              16
  */
 
 #define        NI              16
@@ -91,7 +91,7 @@ int   interrupt();            /* in case operator bangs on console */
 /*
  *     Exit status codes
  */
 /*
  *     Exit status codes
  */
-#define        X_FINOK         1       /* normal exit */
+#define        X_FINOK         0       /* normal exit */
 #define        X_REWRITE       2       /* restart writing from the check point */
 #define        X_ABORT         3       /* abort all of dump; don't attempt checkpointing*/
 
 #define        X_REWRITE       2       /* restart writing from the check point */
 #define        X_ABORT         3       /* abort all of dump; don't attempt checkpointing*/