]> git.pld-linux.org Git - packages/heimdal.git/commitdiff
- only mess with signal when it's really there and redefined
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 7 Dec 2009 15:05:20 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    heimdal-signal.patch -> 1.3

heimdal-signal.patch

index cc20901a5d40beb393181bd9b923ab197479ac21..4505264e9a9456ec7c19bdbf12480d78e492c7b5 100644 (file)
@@ -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 @@
This page took 0.034686 seconds and 4 git commands to generate.