From e71d6032ca4561ecdd2c776b3e27c5f5ec69d0e0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 24 Jun 1996 14:19:34 +0000 Subject: (errexit, punt): Exit with status 8 for catastrophic failures. --- ufs-fsck/utilities.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ufs-fsck/utilities.c') diff --git a/ufs-fsck/utilities.c b/ufs-fsck/utilities.c index 65857ac9..34da1e3d 100644 --- a/ufs-fsck/utilities.c +++ b/ufs-fsck/utilities.c @@ -255,7 +255,7 @@ errexit (char *fmt, ...) va_end (args); putchar ('\n'); - exit (1); + exit (8); } static void @@ -271,7 +271,7 @@ punt (char *msg) { problem (0, msg); flush_problems (); - exit (1); + exit (8); } /* If SEVERE is true, and we're in preen mode, then things are too hair to -- cgit v1.2.3