xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62
parent ba969aa6a85ad5d6cdfbefc063e50d23f30e9311
Author: rsc <rsc>
Date:   Fri,  8 Sep 2006 15:31:18 +0000

unnecessary struct jmpbuf

Diffstat:
Mdefs.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/defs.h b/defs.h @@ -12,7 +12,6 @@ void kbd_intr(void); // proc.c void pinit(void); struct proc; -struct jmpbuf; void setupsegs(struct proc*); struct proc* copyproc(struct proc*); struct spinlock;