[kaffe] CVS kaffe (guilhem): Fixlet for semaphores.c

Kaffe CVS cvs-commits at kaffe.org
Mon Nov 22 14:02:07 PST 2004


PatchSet 5470 
Date: 2004/11/22 20:29:59
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Fixlet for semaphores.c

        * replace/semaphores.c: Include errno.h too.

Members: 
	replace/semaphores.c:1.2->1.3 
	ChangeLog:1.3016->1.3017 

Index: kaffe/replace/semaphores.c
diff -u kaffe/replace/semaphores.c:1.2 kaffe/replace/semaphores.c:1.3
--- kaffe/replace/semaphores.c:1.2	Mon Nov 22 18:15:15 2004
+++ kaffe/replace/semaphores.c	Mon Nov 22 20:29:59 2004
@@ -37,6 +37,7 @@
 
 #if defined(NEED_REPLACEMENT_SEMAPHORES) || !defined(HAVE_SEMAPHORE_H)
 
+#include <errno.h>
 #include "repsemaphore.h"
 
 #define REPSEM_VALUE_MAX 32767
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3016 kaffe/ChangeLog:1.3017
--- kaffe/ChangeLog:1.3016	Mon Nov 22 18:15:11 2004
+++ kaffe/ChangeLog	Mon Nov 22 20:29:54 2004
@@ -1,5 +1,9 @@
 2004-11-22  Guilhem Lavaux  <guilhem at kaffe.org>
 
+	* replace/semaphores.c: Include errno.h too.
+
+2004-11-22  Guilhem Lavaux  <guilhem at kaffe.org>
+
 	* kaffe/kaffevm/systems/unix-pthreads/thread-internal.h:
 	Replaced sem_t by repsem_t where needed.
 




More information about the kaffe mailing list