diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-11 18:12:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-11 18:12:20 +0000 |
commit | f1568c968c68fd03df0161f06663d2acb80824b2 (patch) | |
tree | 55cb31a53e0b26708aa95e75bd3369a55724d67a | |
parent | e48094d2da704ec5aa2eb06cfd22e4f527d42eb2 (diff) |
Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt.
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index b3562729ddb..2214f5341ba 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.120 2003/11/09 00:32:03 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.121 2003/12/11 18:12:19 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -258,7 +258,7 @@ vaddr_t last_addr; vaddr_t avail_start, avail_end; vaddr_t virtual_avail, virtual_end; -pcb_t curpcb; +extern struct pcb *curpcb; extern struct user *proc0paddr; /* |