summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_unix.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-07-04 19:00:13 +0000
committerdillon <dillon@FreeBSD.org>2001-07-04 19:00:13 +0000
commitcbc4469f380c9b6048e2bf51422384c0696d3a12 (patch)
tree2343d1bc00ba159bbf07ac041267ff2736c2c643 /sys/vm/vm_unix.c
parent804d4fc2040f1f3f3892bd6008aeb124580da535 (diff)
downloadFreeBSD-src-cbc4469f380c9b6048e2bf51422384c0696d3a12.zip
FreeBSD-src-cbc4469f380c9b6048e2bf51422384c0696d3a12.tar.gz
whitespace / register cleanup
Diffstat (limited to 'sys/vm/vm_unix.c')
-rw-r--r--sys/vm/vm_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c
index dcd02e8..f7792e1 100644
--- a/sys/vm/vm_unix.c
+++ b/sys/vm/vm_unix.c
@@ -71,7 +71,7 @@ obreak(p, uap)
struct proc *p;
struct obreak_args *uap;
{
- register struct vmspace *vm = p->p_vmspace;
+ struct vmspace *vm = p->p_vmspace;
vm_offset_t new, old, base;
int rv;
int error = 0;
OpenPOWER on IntegriCloud