summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/cu/cu.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/cu/cu.c')
-rw-r--r--gnu/libexec/uucp/cu/cu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/libexec/uucp/cu/cu.c b/gnu/libexec/uucp/cu/cu.c
index 54516b6..bc318c6 100644
--- a/gnu/libexec/uucp/cu/cu.c
+++ b/gnu/libexec/uucp/cu/cu.c
@@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
-const char cu_rcsid[] = "$Id: cu.c,v 1.2 1994/05/07 18:09:54 ache Exp $";
+const char cu_rcsid[] = "$Id: cu.c,v 1.3 1994/10/02 23:10:39 ache Exp $";
#endif
#include "cu.h"
@@ -1047,7 +1047,7 @@ fcudo_cmd (puuconf, qconn, bcmd)
case '|': t = SHELL_STDIN_FROM_PORT; break;
case '+': t = SHELL_STDIO_ON_PORT; break;
}
-
+
(void) fsysdep_shell (qconn, zline, t);
}
if (! fsysdep_cu_copy (TRUE)
@@ -1098,7 +1098,7 @@ fcudo_cmd (puuconf, qconn, bcmd)
ucuabort ();
fCurestore_terminal = TRUE;
return TRUE;
-
+
case 's':
fret = fcuset_var (puuconf, zline);
ubuffree (zline);
@@ -1883,7 +1883,7 @@ icutake (puuconf, argc, argv, pvar, pinfo)
the future. */
afSignal[INDEXSIG_SIGINT] = FALSE;
break;
- }
+ }
b = breceive_char (qconn, cCuvar_timeout, TRUE);
if (b == -2)
@@ -2055,7 +2055,7 @@ fcusend_buf (qconn, zbufarg, cbufarg)
*zput++ = *zget;
}
}
-
+
zbuf += csend;
cbuf -= csend;
OpenPOWER on IntegriCloud