From 811b8d664816ca70594a8a2eff524485b6565c70 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 3 Jul 2005 22:44:30 +0000 Subject: [PATCH] Bad MacOS X, we need our our semaphore.h from Basilisk II to get POSIX unnamed semaphores emulation with named Mach semaphores. --- SheepShaver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/Makefile b/SheepShaver/Makefile index 8d08bc54..1d070803 100644 --- a/SheepShaver/Makefile +++ b/SheepShaver/Makefile @@ -58,7 +58,7 @@ links: Unix/sshpty.h Unix/sshpty.c Unix/strlcpy.h Unix/strlcpy.c \ Unix/sys_unix.cpp Unix/timer_unix.cpp Unix/xpram_unix.cpp \ Unix/sigsegv.h Unix/sigsegv.cpp Unix/vm_alloc.h Unix/vm_alloc.cpp \ - Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \ + Unix/semaphore.h Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \ Unix/video_blit.cpp Unix/config.sub Unix/config.guess \ Unix/keycodes Unix/tunconfig Unix/clip_unix.cpp Unix/m4 \ Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver Unix/ether_unix.cpp \