diff options
author | rsc <devnull@localhost> | 2007-01-18 12:52:54 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-01-18 12:52:54 +0000 |
commit | 9b3fcf01c5d22d7be320a0e194cc54579f71c409 (patch) | |
tree | 62c73a298ebd2f52872ffb72ef6cec4a6b483165 /src/libthread | |
parent | e290e875f350dbbc2288ec988d939a57cc8f9bf2 (diff) | |
download | plan9port-9b3fcf01c5d22d7be320a0e194cc54579f71c409.tar.gz plan9port-9b3fcf01c5d22d7be320a0e194cc54579f71c409.tar.bz2 plan9port-9b3fcf01c5d22d7be320a0e194cc54579f71c409.zip |
Mac FUSE support (thanks to Jeff Sickel)
Diffstat (limited to 'src/libthread')
-rw-r--r-- | src/libthread/Darwin-386.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/Darwin-386.c b/src/libthread/Darwin-386.c index 0bd3c0fd..3ad1941c 100644 --- a/src/libthread/Darwin-386.c +++ b/src/libthread/Darwin-386.c @@ -3,7 +3,6 @@ void makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) { - int n; int *sp; sp = (int*)ucp->uc_stack.ss_sp+ucp->uc_stack.ss_size/4; |