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-ax | |
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-ax')
-rw-r--r-- | lang/modula-3-lib/files/patch-ax | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/modula-3-lib/files/patch-ax b/lang/modula-3-lib/files/patch-ax index b0d8d88eb8d5..9b6baee9c320 100644 --- a/lang/modula-3-lib/files/patch-ax +++ b/lang/modula-3-lib/files/patch-ax @@ -1,12 +1,11 @@ Correct some errno declarations for FreeBSD. -Index: m3/m3core/src/unix/freebsd-2/Uerror.i3 =================================================================== RCS file: /home/jdp/m3-cvs/m3/m3core/src/unix/freebsd-2/Uerror.i3,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Uerror.i3 ---- Uerror.i3 1996/09/24 05:22:00 1.1.1.1 -+++ Uerror.i3 1996/09/24 05:32:41 +--- m3/m3core/src/unix/freebsd-2/Uerror.i3.orig 1996/09/24 05:22:00 1.1.1.1 ++++ m3/m3core/src/unix/freebsd-2/Uerror.i3 1996/09/24 05:32:41 @@ -23,7 +23,7 @@ ENOEXEC = 8; (* Exec format error *) EBADF = 9; (* Bad file number *) |