diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-09-01 16:27:21 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-09-01 16:27:21 +0000 |
commit | 12ffbba7384577ce0d224d33af3c6baac000b7af (patch) | |
tree | d4252243133ffb7f3b7bb12b2649b7c1f084164c /devel/callgrind/files/patch-src::ct_main.c | |
parent | Update to 3.0.6. (diff) |
Rename devel/calltree to callgrind.
Update it to 0.9.8.
Update related ports.
PR: ports/70936
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=117847
Diffstat (limited to 'devel/callgrind/files/patch-src::ct_main.c')
-rw-r--r-- | devel/callgrind/files/patch-src::ct_main.c | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/devel/callgrind/files/patch-src::ct_main.c b/devel/callgrind/files/patch-src::ct_main.c index ea2d55da10fb..02d6611562ed 100644 --- a/devel/callgrind/files/patch-src::ct_main.c +++ b/devel/callgrind/files/patch-src::ct_main.c @@ -1,11 +1,10 @@ ---- src/ct_main.c.orig Thu Jun 3 05:04:08 2004 -+++ src/ct_main.c Thu Jun 3 05:05:51 2004 -@@ -5758,7 +5758,7 @@ - /* Install own SIGILL handler */ - sigill_new.ksa_handler = cpuid_SIGILL_handler; - sigill_new.ksa_flags = 0; -- sigill_new.ksa_restorer = NULL; -+ // sigill_new.ksa_restorer = NULL; - res = VG_(ksigemptyset)( &sigill_new.ksa_mask ); - CT_ASSERT(res == 0); +--- src/ct_main.c.orig Wed Aug 25 10:10:18 2004 ++++ src/ct_main.c Wed Aug 25 10:13:36 2004 +@@ -32,6 +32,7 @@ + */ + #include "vg_skin.h" ++#include "vg_unistd.h" + #include "callgrind.h" + #include "ct_include.h" + #include "ct_events.h" |