packages: heimdal/heimdal-signal.patch - only mess with signal when it's re...

baggins baggins at pld-linux.org
Mon Dec 7 16:05:26 CET 2009


Author: baggins                      Date: Mon Dec  7 15:05:26 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- only mess with signal when it's really there and redefined

---- Files affected:
packages/heimdal:
   heimdal-signal.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/heimdal/heimdal-signal.patch
diff -u packages/heimdal/heimdal-signal.patch:1.2 packages/heimdal/heimdal-signal.patch:1.3
--- packages/heimdal/heimdal-signal.patch:1.2	Thu Mar 29 23:10:45 2007
+++ packages/heimdal/heimdal-signal.patch	Mon Dec  7 16:05:20 2009
@@ -1,14 +1,13 @@
 --- 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
-+
+@@ -260,6 +260,7 @@
  #ifndef IRIX4 /* fix for compiler bug */
  #ifdef RETSIGTYPE
  typedef RETSIGTYPE (*SigAction)(int);
++#define signal rk_signal
+ SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
+ #endif
+ #endif
 --- 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 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal-signal.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list