diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-06-12 17:52:30 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-06-12 17:52:30 +0000 |
commit | 7d31b18b09786618f9192c86a4dcf7e7cf1ccc5a (patch) | |
tree | 0aac92a7ac68a9901c6e044c64dd2b85f1eac959 /sys/arch | |
parent | bb82a7860b5768a652b30d4c65cc69200fb263b0 (diff) |
cleanup leftovers
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/hppa/disksubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/disksubr.c b/sys/arch/hppa/hppa/disksubr.c index 067286a8921..d5149e9b148 100644 --- a/sys/arch/hppa/hppa/disksubr.c +++ b/sys/arch/hppa/hppa/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.2 1999/06/12 17:51:31 mickey Exp $ */ +/* $OpenBSD: disksubr.c,v 1.3 1999/06/12 17:52:29 mickey Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -595,7 +595,6 @@ readliflabel (bp, strat, lp, osdep, partoffp, cylp, spoofonly) int *cylp; int spoofonly; { - struct lifdir *p; int fsoff; /* read LIF volume header */ |