diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1996-12-06 08:22:40 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1996-12-06 08:22:40 +0000 |
commit | f75a348025a9aa686d80fcbdc5a5ff88674cbc6e (patch) | |
tree | c1791b685c76a807fe41895e28400412fb1555af /cad | |
parent | 8d677daf5932f8e96f7058e6f9a430d2029cbbcd (diff) | |
download | ports-f75a348025a9aa686d80fcbdc5a5ff88674cbc6e.tar.gz ports-f75a348025a9aa686d80fcbdc5a5ff88674cbc6e.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/irsim/files/patch-b | 22 |
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 ---- |