summaryrefslogtreecommitdiff
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
commit75ba58c3a5a613bfdda55938e9e2c38b922dfc13 (patch)
tree895dae985277bcc58b45025ecb7cd033d45bea6f
parente35942f33cbf6e41afae957bd59a787a81fa34dd (diff)
Formerly hyper.c.~13~
-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);