diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-01-17 21:12:15 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-01-17 21:12:15 +0000 |
commit | f118640d86dd7fd53c5931a9bee01fb3e2e628a4 (patch) | |
tree | aa38d63010b4d582b6e8438c6a453787d5255443 /lang/modula-3-lib/files/patch-bg | |
parent | original distribution updated to version 980118. (diff) |
Fix all the paths in context diff headers and remove the Index
lines, since the WORTHLESS, BROKEN new version of patch ignores
them.
Notes
Notes:
svn path=/head/; revision=9363
Diffstat (limited to 'lang/modula-3-lib/files/patch-bg')
-rw-r--r-- | lang/modula-3-lib/files/patch-bg | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/modula-3-lib/files/patch-bg b/lang/modula-3-lib/files/patch-bg index 5c735502669a..9f682974b70b 100644 --- a/lang/modula-3-lib/files/patch-bg +++ b/lang/modula-3-lib/files/patch-bg @@ -8,7 +8,6 @@ core dumps. This also adds separate wrapper files for network related functions to the m3makefile, for SOCKS support. -Index: m3/m3core/src/runtime/FreeBSD2/m3makefile --- m3/m3core/src/runtime/FreeBSD2/m3makefile.orig Tue Sep 17 16:48:03 1996 +++ m3/m3core/src/runtime/FreeBSD2/m3makefile Thu Oct 24 16:11:02 1996 @@ -13,6 +13,30 @@ @@ -42,9 +41,8 @@ Index: m3/m3core/src/runtime/FreeBSD2/m3makefile %% s_source (RTStackASM) -Index: m3/m3core/src/runtime/FreeBSD2/malloc.c ---- malloc.c.orig Mon Jul 28 14:36:20 1997 -+++ malloc.c Thu Sep 4 22:15:00 1997 +--- m3/m3core/src/runtime/FreeBSD2/malloc.c.orig Mon Jul 28 14:36:20 1997 ++++ m3/m3core/src/runtime/FreeBSD2/malloc.c Thu Sep 4 22:15:00 1997 @@ -0,0 +1,1153 @@ +/* + * ---------------------------------------------------------------------------- |