artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e7c79
)
kill unused variables w/ MINIROOTSIZE defined in config
author
mickey
<mickey@openbsd.org>
Mon, 17 Feb 1997 07:38:20 +0000
(07:38 +0000)
committer
mickey
<mickey@openbsd.org>
Mon, 17 Feb 1997 07:38:20 +0000
(07:38 +0000)
sys/vm/vm_swap.c
patch
|
blob
|
history
diff --git
a/sys/vm/vm_swap.c
b/sys/vm/vm_swap.c
index
8e9a280
..
64d3382
100644
(file)
--- a/
sys/vm/vm_swap.c
+++ b/
sys/vm/vm_swap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vm_swap.c,v 1.
2 1996/03/03 17:45:38 niklas
Exp $ */
+/* $OpenBSD: vm_swap.c,v 1.
3 1997/02/17 07:38:20 mickey
Exp $ */
/* $NetBSD: vm_swap.c,v 1.32 1996/02/05 01:54:09 christos Exp $ */
/*
@@
-462,8
+462,10
@@
swfree(p, index)
* root (sure beats rewriting standalone restor).
*/
if (vp == rootvp) {
+#ifndef MINIROOTSIZE
struct mount *mp;
struct statfs *sp;
+#endif
long firstblk;
int rootblks;