diff options
author | itohy <itohy> | 2000-07-28 07:20:04 +0000 |
---|---|---|
committer | itohy <itohy> | 2000-07-28 07:20:04 +0000 |
commit | df10d454c074a45bb7ce07003328f7a6959c79d2 (patch) | |
tree | aa5661d3523af339661844014e78f87d5020c512 /devel | |
parent | 6aac73fc63e828fc68a8a9ca52123b690705eefc (diff) | |
download | pkgsrc-df10d454c074a45bb7ce07003328f7a6959c79d2.tar.gz |
- Fix rejected patch.
- RCS Id police.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/chkpt/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/chkpt/patches/patch-ab | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/chkpt/files/patch-sum b/devel/chkpt/files/patch-sum index b1fb9f26d97..502d2e8f1e1 100644 --- a/devel/chkpt/files/patch-sum +++ b/devel/chkpt/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.2 2000/07/26 12:07:54 wennmach Exp $ +$NetBSD: patch-sum,v 1.3 2000/07/28 07:20:04 itohy Exp $ MD5 (patch-aa) = d8a05c10d8b7e593cdca1ae3886677fc -MD5 (patch-ab) = 6a0c8feedf1d964ae6f03958ee7e0e3a +MD5 (patch-ab) = a260f12b1180f19facf40366a4218b53 diff --git a/devel/chkpt/patches/patch-ab b/devel/chkpt/patches/patch-ab index 49ad9cc5d29..c42902148b9 100644 --- a/devel/chkpt/patches/patch-ab +++ b/devel/chkpt/patches/patch-ab @@ -1,3 +1,5 @@ +$NetBSD: patch-ab,v 1.2 2000/07/28 07:20:05 itohy Exp $ + --- include/addresses.h.orig Fri Jun 11 15:58:36 1999 +++ include/addresses.h Wed Jul 26 11:11:27 2000 @@ -61,7 +61,7 @@ @@ -6,6 +8,6 @@ #undef STACK_BASE -#define STACK_BASE - sizeof(struct frame) +#define STACK_BASE (void *)(alloca(0) - sizeof(struct frame)) - endif + #endif #endif /* __NetBSD__ */ |