aboutsummaryrefslogtreecommitdiff
path: root/cad/irsim
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1996-12-06 08:22:40 +0000
committerSteven Wallace <swallace@FreeBSD.org>1996-12-06 08:22:40 +0000
commitf75a348025a9aa686d80fcbdc5a5ff88674cbc6e (patch)
treec1791b685c76a807fe41895e28400412fb1555af /cad/irsim
parent8d677daf5932f8e96f7058e6f9a430d2029cbbcd (diff)
downloadports-f75a348025a9aa686d80fcbdc5a5ff88674cbc6e.tar.gz
ports-f75a348025a9aa686d80fcbdc5a5ff88674cbc6e.zip
Upgrade irsim to version 9.4.1.
Need a small patch to fix bug which references an undefined and never used variable, contline.
Notes
Notes: svn path=/head/; revision=4824
Diffstat (limited to 'cad/irsim')
-rw-r--r--cad/irsim/files/patch-b22
1 files changed, 22 insertions, 0 deletions
diff --git a/cad/irsim/files/patch-b b/cad/irsim/files/patch-b
new file mode 100644
index 000000000000..3af7d0982a1f
--- /dev/null
+++ b/cad/irsim/files/patch-b
@@ -0,0 +1,22 @@
+*** src/irsim/fio.c.orig Tue Sep 10 19:06:20 1996
+--- src/irsim/fio.c Thu Dec 5 18:43:16 1996
+***************
+*** 46,52 ****
+ register char *buff = bp;
+ register int c;
+
+- contline = 0;
+ while( --len > 0 )
+ {
+ again :
+--- 46,51 ----
+***************
+*** 74,80 ****
+ } else {
+ if((c == '\\') && (*bp != '|')){
+ c = getc(fp);
+- contline++;
+ if( isatty( (int) fileno( fp ) ) ) {
+ printf("cont>");
+ fflush(stdout);
+--- 73,78 ----