diff options
author | Miles Bader <miles@gnu.org> | 1996-02-03 10:31:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-02-03 10:31:14 +0000 |
commit | b6078883848500fba79ac0998de3e5243b383b66 (patch) | |
tree | 1cef1fe8d32af129469d88f135067eaa172ab925 /ext2fs/ext2fs.h | |
parent | 1ce0d3c1acb2d1adaf8fe0d2dca3c13b3d929584 (diff) | |
download | hurd-b6078883848500fba79ac0998de3e5243b383b66.tar.gz hurd-b6078883848500fba79ac0998de3e5243b383b66.tar.bz2 hurd-b6078883848500fba79ac0998de3e5243b383b66.zip |
Tue Jan 30 22:25:19 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hyper.c (get_hypermetadata): Don't return any error value, just
panic if we can't read the superblock.
* ext2fs.c (main): Move warp_inode() inline. Make sure root inode
is really there. Don't check return value from get_hypermetadata.
(warp_inode): Function removed.
* ext2fs.h (get_hypermetadata): Returns void now.
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r-- | ext2fs/ext2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index b0aab284..b27e8b06 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -226,7 +226,7 @@ unsigned log2_stat_blocks_per_fs_block; vm_address_t zeroblock; /* Get the superblock from the disk, & setup various global info from it. */ -error_t get_hypermetadata (); +void get_hypermetadata (); /* ---------------------------------------------------------------- */ |