summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-07-14 09:19:47 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-07-14 09:19:47 +0000
commitbf57a7d1d1e1af008a5e97eb56445f452973c8ed (patch)
tree6650417a777c837d43d3514e1e57956e43e09a28 /sbin/dump/dump.h
parent7842d15da67480e9fd71e1d23e441ecdb599ad34 (diff)
downloadFreeBSD-src-bf57a7d1d1e1af008a5e97eb56445f452973c8ed.zip
FreeBSD-src-bf57a7d1d1e1af008a5e97eb56445f452973c8ed.tar.gz
Make `dump' exit codes confirm to manual page.
PR: 5346 Style-check-by: bde
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index 6053198..2c907a9 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -144,6 +144,7 @@ void interrupt __P((int signo)); /* in case operator bangs on console */
* Exit status codes
*/
#define X_FINOK 0 /* normal exit */
+#define X_STARTUP 1 /* startup error */
#define X_REWRITE 2 /* restart writing from the check point */
#define X_ABORT 3 /* abort dump; don't attempt checkpointing */
OpenPOWER on IntegriCloud