diff options
author | rsc <rsc> | 2006-09-08 15:31:18 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-09-08 15:31:18 +0000 |
commit | 3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62 (patch) | |
tree | 5257ce4a3ca5e628819269613c3e2e6068c3367d | |
parent | ba969aa6a85ad5d6cdfbefc063e50d23f30e9311 (diff) | |
download | xv6-labs-3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62.tar.gz xv6-labs-3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62.tar.bz2 xv6-labs-3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62.zip |
unnecessary struct jmpbuf
-rw-r--r-- | defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |