mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 05:55:27 +01:00
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.
This commit is contained in:
parent
e0048e9658
commit
c94554b47d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15033
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user