diff options
author | jdp <jdp@FreeBSD.org> | 2001-09-10 21:37:26 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2001-09-10 21:37:26 +0000 |
commit | e96edca490338258bf5c0dc7e7af86dd54f79ca5 (patch) | |
tree | d33e46b9bc077abd4b06ba0d89f9adaa571231fd /lang/pm3-base/files | |
parent | d7005ae58fbd47c513a1f5bb0ca90bfbefc3e1bf (diff) | |
download | FreeBSD-ports-e96edca490338258bf5c0dc7e7af86dd54f79ca5.zip FreeBSD-ports-e96edca490338258bf5c0dc7e7af86dd54f79ca5.tar.gz |
Fix a patch that failed to apply on the Alpha. This patch was
unneeded for the i386, since the post-patch target already
accomplished the same thing by copying a file.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'lang/pm3-base/files')
-rw-r--r-- | lang/pm3-base/files/patch-l2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pm3-base/files/patch-l2 b/lang/pm3-base/files/patch-l2 index 0e3d040..949e8c1 100644 --- a/lang/pm3-base/files/patch-l2 +++ b/lang/pm3-base/files/patch-l2 @@ -1,5 +1,5 @@ ---- boot-FreeBSD4/m3core/FreeBSD4/RTHeapDepC.c.orig Tue Jun 12 13:53:47 2001 -+++ boot-FreeBSD4/m3core/FreeBSD4/RTHeapDepC.c Tue Jun 12 14:08:44 2001 +--- libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c.old Thu Jun 1 02:54:33 2000 ++++ libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c Tue Jun 12 14:07:31 2001 @@ -693,7 +693,9 @@ void *data; { int result; |