Line breaks and other formatting issues. No functional changes.

This commit is contained in:
Markus Armbruster 2006-05-21 13:05:24 +00:00
parent 281840b604
commit 4c4fdca42b
37 changed files with 119 additions and 117 deletions

View file

@ -282,11 +282,12 @@ doexecute(char *p, FILE *auxfi)
/* copies 4k at a time to the socket */
while (termio(fd, sock, auxfi)) /*do copy */
;
/* Some platforms don't send the eof (cntl-D) at the end of
copying a file. If emp_client hangs at the end of an
execute, include the following line and notify wolfpack
of the platform you are using.
sendeof(sock);
/*
* Some platforms don't send the eof (cntl-D) at the end of
* copying a file. If emp_client hangs at the end of an
* execute, include the following line and notify wolfpack
* of the platform you are using.
* sendeof(sock);
*/
close(fd);
free(tag);