From bc8307a6e9d9fbc88d3bb1447060b111f3357489 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:05:08 +0000 Subject: [PATCH] 2003/09/07 05:18:06 darcs-hash:20040130070508-2ba56-55c5ee78abac824729ff635c8a244e4d2f2a11b2.gz --- upstream/darwin-linker/links.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/upstream/darwin-linker/links.sh b/upstream/darwin-linker/links.sh index 8b1c4fe..0f7c2fa 100755 --- a/upstream/darwin-linker/links.sh +++ b/upstream/darwin-linker/links.sh @@ -35,6 +35,7 @@ ln -s ../../../../install/powerpc-apple-darwin/include/mach/mig_errors.h mach/mi ln -s ../../../../install/powerpc-apple-darwin/include/mach/port_obj.h mach/port_obj.h ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/asm.h mach/machine/asm.h ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/boolean.h mach/machine/boolean.h +ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/exception.h mach/machine/exception.h ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/processor_info.h mach/machine/processor_info.h ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/vm_param.h mach/machine/vm_param.h ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/kern_return.h mach/machine/kern_return.h @@ -345,9 +346,9 @@ ln -s ../../../../install/powerpc-apple-darwin/include/ppc/types.h ppc/types.h ln -s ../../../../install/powerpc-apple-darwin/include/ppc/user.h ppc/user.h ln -s ../../../../install/powerpc-apple-darwin/include/ppc/vmparam.h ppc/vmparam.h ln -s ../../../../install/powerpc-apple-darwin/include/ppc/ucontext.h ppc/ucontext.h -ln -s ../../../../install/powerpc-apple-darwin/include/crt_externs.h crt_externs.h -ln -s ../../../../install/powerpc-apple-darwin/include/libc.h libc.h -ln -s ../../../../install/powerpc-apple-darwin/include/standards.h standards.h +ln -s ../../../install/powerpc-apple-darwin/include/crt_externs.h crt_externs.h +ln -s ../../../install/powerpc-apple-darwin/include/libc.h libc.h +ln -s ../../../install/powerpc-apple-darwin/include/standards.h standards.h ln -s ../../../../install/powerpc-apple-darwin/include/servers/bootstrap_defs.h servers/bootstrap_defs.h ln -s ../../../../install/powerpc-apple-darwin/include/servers/key_defs.h servers/key_defs.h ln -s ../../../../install/powerpc-apple-darwin/include/servers/ls_defs.h servers/ls_defs.h -- 1.7.10.4