Lines 1368-1375
Link Here
|
1368 |
return (FAIL); |
1368 |
return (FAIL); |
1369 |
} |
1369 |
} |
1370 |
if (swabl(buf->c_magic) != FS_UFS2_MAGIC && |
1370 |
if (swabl(buf->c_magic) != FS_UFS2_MAGIC && |
1371 |
buf->c_magic != NFS_MAGIC) { |
1371 |
swabl(buf->c_magic) != NFS_MAGIC) { |
1372 |
if (buf->c_magic == OFS_MAGIC) { |
1372 |
if (swabl(buf->c_magic) == OFS_MAGIC) { |
1373 |
fprintf(stderr, |
1373 |
fprintf(stderr, |
1374 |
"Format of dump tape is too old. Must use\n"); |
1374 |
"Format of dump tape is too old. Must use\n"); |
1375 |
fprintf(stderr, |
1375 |
fprintf(stderr, |