From 981727ddcf88331bb90ab6e04eb90eb45c5f5314 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 18 Mar 2001 21:30:11 +0000 Subject: Libraries should _never_ call exit() themselves (or its alternate spelling `err()'). libdisk does! and additionally libdisk gets confused on Alpha disks with foreign disklabels, throws up its hands and exits. This is the cause of the "going no where without my init" install bug on the Alpha. So now on the Alpha, rather than call err(), we print the error string and continue processing. Submitted by: jkh --- lib/libdisk/change.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libdisk/change.c') diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c index 80296a9..a010f33 100644 --- a/lib/libdisk/change.c +++ b/lib/libdisk/change.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include "libdisk.h" -- cgit v1.1