summaryrefslogtreecommitdiff
path: root/lang/TenDRA
diff options
context:
space:
mode:
authorRobert Nordier <rnordier@FreeBSD.org>1998-06-11 15:21:08 +0000
committerRobert Nordier <rnordier@FreeBSD.org>1998-06-11 15:21:08 +0000
commitb08f5de97061b25e307fb9fded5a04d949f20a90 (patch)
tree592a8d885f97042b271a059be05d0198011418bd /lang/TenDRA
parentMission: move ports/comms/atp to ports/news/atp (diff)
Further corrections to long long support.
Obtained from: Peter Edwards, DERA.
Notes
Notes: svn path=/head/; revision=11394
Diffstat (limited to 'lang/TenDRA')
-rw-r--r--lang/TenDRA/files/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/TenDRA/files/patch-ad b/lang/TenDRA/files/patch-ad
new file mode 100644
index 000000000000..bcf1e1e7e45d
--- /dev/null
+++ b/lang/TenDRA/files/patch-ad
@@ -0,0 +1,20 @@
+--- src/installers/80x86/common/scan2.c.orig Sat Jan 17 17:55:52 1998
++++ src/installers/80x86/common/scan2.c Thu Jun 11 16:49:17 1998
+@@ -944,7 +944,7 @@
+ *bottom = son(*bottom);
+ }
+ else
+- setsh (son(*bottom), ulongsh);
++ setsh (*bottom, ulongsh);
+ }
+ }
+ cc1 (sto, to, 1, e, notopnd, 1, usereg0);
+@@ -1127,7 +1127,7 @@
+ *arglist = son(*arglist);
+ }
+ else
+- setsh (son(*arglist), (is_signed (sh (e)) ? slongsh : ulongsh));
++ setsh (*arglist, (is_signed (sh (e)) ? slongsh : ulongsh));
+ }
+ if (last(*arglist))
+ break;