aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-10-22 19:36:10 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-10-22 19:36:10 +0000
commita43cf6c23bedd0dba55352b517beda96c1cfbd10 (patch)
tree384f4ed3d3aa9b111f56d894492174a8cf54fe37 /lib/libufs
parentb9125e9666b3c82f164780e4dc95847be067ebce (diff)
Notes
Diffstat (limited to 'lib/libufs')
-rw-r--r--lib/libufs/sblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libufs/sblock.c b/lib/libufs/sblock.c
index 52624125c4525..0cd8796862cb1 100644
--- a/lib/libufs/sblock.c
+++ b/lib/libufs/sblock.c
@@ -60,7 +60,7 @@ sbread(struct uufsd *disk)
for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) {
if (bread(disk, superblock, disk->d_sb, SBLOCKSIZE) == -1) {
- disk->d_error = "truncated superblock";
+ disk->d_error = "non-existent or truncated superblock";
DEBUG(NULL);
return -1;
}