diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-04-03 23:39:26 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-04-03 23:39:26 +0000 |
| commit | 22228e8b422f1d05b852cec5f24e63c19a8bd481 (patch) | |
| tree | c532932f3fcbf51a4fd6f071431ac77968ea9d97 /sys/msdosfs | |
| parent | 33b6b9adb1dcdf49b88442447a9894fa4ede90cb (diff) | |
Notes
Diffstat (limited to 'sys/msdosfs')
| -rw-r--r-- | sys/msdosfs/msdosfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index bbb4fc6d2769..96f4d2a0007b 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vfsops.c,v 1.6 1994/12/12 12:35:47 bde Exp $ */ +/* $Id: msdosfs_vfsops.c,v 1.7 1995/05/30 08:07:43 rgrimes Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */ /*- @@ -373,7 +373,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 |
