diff options
Diffstat (limited to 'lang/modula-3-lib/files/patch-aj')
-rw-r--r-- | lang/modula-3-lib/files/patch-aj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/modula-3-lib/files/patch-aj b/lang/modula-3-lib/files/patch-aj index 375a0a656593..6a69acb9d06e 100644 --- a/lang/modula-3-lib/files/patch-aj +++ b/lang/modula-3-lib/files/patch-aj @@ -1,12 +1,11 @@ Fix an erroneous structure declaration for FreeBSD. -Index: m3/m3core/src/C/FreeBSD2/Cstdio.i3 =================================================================== RCS file: /home/jdp/m3-cvs/m3/m3core/src/C/FreeBSD2/Cstdio.i3,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Cstdio.i3 ---- Cstdio.i3 1996/09/24 05:21:57 1.1.1.1 -+++ Cstdio.i3 1996/09/24 05:32:37 +--- m3/m3core/src/C/FreeBSD2/Cstdio.i3.orig 1996/09/24 05:21:57 1.1.1.1 ++++ m3/m3core/src/C/FreeBSD2/Cstdio.i3 1996/09/24 05:32:37 @@ -55,6 +55,7 @@ (* Unix stdio files get aligned to block boundaries on fseek() *) blksize : int; (* stat.st_blksize (may be != _bf._size) *) |