From 285ed388fb0929292ec0d4b6635e282a96dd31d2 Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 21 Jul 1994 19:05:31 +0000 Subject: [PATCH] Give a better diagnostic message for the previous. --- sys/arch/i386/boot/sys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/boot/sys.c b/sys/arch/i386/boot/sys.c index 65bbf28b5899..99697a15853b 100644 --- a/sys/arch/i386/boot/sys.c +++ b/sys/arch/i386/boot/sys.c @@ -25,7 +25,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * - * $Id: sys.c,v 1.9 1994/07/21 18:06:26 mycroft Exp $ + * $Id: sys.c,v 1.10 1994/07/21 19:05:31 mycroft Exp $ */ #include "boot.h" @@ -115,7 +115,7 @@ loop: } dp = (struct dirent *)(iodest + off); if (dp->d_reclen < 8) { - printf("directory corrupted\n"); + printf("directory corrupted (possible geometry mismatch)\n"); return 0; } loc += dp->d_reclen;