summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-23 22:04:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-23 22:04:08 +0000
commit2c1d9f377cd870403d321a7639a59f2be16e119f (patch)
treeb1ad5ebad8f1a96087232817c7b98a4b24620a5a /ufs
parent8934397d1954264ad771646bb1f7009dd8f67f91 (diff)
Formerly hyper.c.~13~
Diffstat (limited to 'ufs')
-rw-r--r--ufs/hyper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufs/hyper.c b/ufs/hyper.c
index e63e9eff..a5d05bc8 100644
--- a/ufs/hyper.c
+++ b/ufs/hyper.c
@@ -25,8 +25,6 @@ static int oldformat = 0;
void
get_hypermetadata (void)
{
- error_t err;
-
sblock = malloc (SBSIZE);
assert (!diskfs_catch_exception ());
@@ -118,6 +116,8 @@ diskfs_set_hypermetadata (int wait, int clean)
void
copy_sblock ()
{
+ int clean = 1; /* XXX wrong... */
+
assert (!diskfs_catch_exception ());
spin_lock (&alloclock);