Do not declare curpcb.

This commit is contained in:
Olivier Houchard 2004-07-21 22:04:32 +00:00
parent dd561b973b
commit c5f7772fe7

View file

@ -94,7 +94,7 @@ struct md_coredump {
void makectx(struct trapframe *tf, struct pcb *pcb);
#ifdef _KERNEL
extern struct pcb *curpcb;
void savectx(struct pcb *);
#endif /* _KERNEL */