SOURCES: heimdal-signal.patch (NEW) - rename internal signal() to ...

qboosh qboosh at pld-linux.org
Sun Dec 31 20:14:56 CET 2006


Author: qboosh                       Date: Sun Dec 31 19:14:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- rename internal signal() to rk_signal()

---- Files affected:
SOURCES:
   heimdal-signal.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/heimdal-signal.patch
diff -u /dev/null SOURCES/heimdal-signal.patch:1.1
--- /dev/null	Sun Dec 31 20:14:55 2006
+++ SOURCES/heimdal-signal.patch	Sun Dec 31 20:14:50 2006
@@ -0,0 +1,25 @@
+--- heimdal-0.7.2/lib/roken/roken-common.h.orig	2005-04-27 14:17:53.000000000 +0200
++++ heimdal-0.7.2/lib/roken/roken-common.h	2006-12-31 16:37:55.266203195 +0100
+@@ -260,6 +260,8 @@
+ 
+ ROKEN_CPP_START
+ 
++#define signal rk_signal
++
+ #ifndef IRIX4 /* fix for compiler bug */
+ #ifdef RETSIGTYPE
+ typedef RETSIGTYPE (*SigAction)(int);
+--- heimdal-0.7.2/lib/sl/sl.c.orig	2005-05-09 17:31:43.000000000 +0200
++++ heimdal-0.7.2/lib/sl/sl.c	2006-12-31 17:32:01.759210289 +0100
+@@ -39,6 +39,11 @@
+ #include "sl_locl.h"
+ #include <setjmp.h>
+ 
++/* take it from glibc (libsl and libss are not linked with libroken) */
++#ifdef signal
++#undef signal
++#endif
++
+ static size_t
+ print_sl (FILE *stream, int mdoc, int longp, SL_cmd *c)
+     __attribute__ ((unused));
================================================================


More information about the pld-cvs-commit mailing list