From 6495025245f2ce345b8f70810672760f7e223b1f Mon Sep 17 00:00:00 2001 From: gpalmer Date: Wed, 3 Apr 1996 23:05:40 +0000 Subject: add a `Warning:' to the message saying that the root directory is not a multiple of the clustersize in length to try and reduce the number of questions we get on the subject. --- sys/fs/msdosfs/msdosfs_vfsops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/fs') diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index d3c5281..18dc492 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vfsops.c,v 1.10 1995/11/16 11:48:08 bde Exp $ */ +/* $Id: msdosfs_vfsops.c,v 1.11 1996/01/05 18:31:43 wollman Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */ /*- @@ -393,7 +393,7 @@ mountmsdosfs(devvp, mp, p) if ((pmp->pm_rootdirsize % pmp->pm_SectPerClust) != 0) - printf("mountmsdosfs(): root directory is not a multiple of the clustersize in length\n"); + printf("mountmsdosfs(): Warning: root directory is not a multiple of the clustersize in length\n"); /* * Compute mask and shift value for isolating cluster relative byte -- cgit v1.1