diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-22 19:36:10 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-22 19:36:10 +0000 |
| commit | a43cf6c23bedd0dba55352b517beda96c1cfbd10 (patch) | |
| tree | 384f4ed3d3aa9b111f56d894492174a8cf54fe37 /lib/libufs | |
| parent | b9125e9666b3c82f164780e4dc95847be067ebce (diff) | |
Notes
Diffstat (limited to 'lib/libufs')
| -rw-r--r-- | lib/libufs/sblock.c | 2 |
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; } |
