rename loop to rshd_loop

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14240 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-09-21 11:35:07 +00:00
parent e5b80c785f
commit 34510fca0d

View File

@@ -457,10 +457,10 @@ recv_krb5_auth (int s, u_char *buf,
#endif /* KRB5 */ #endif /* KRB5 */
static void static void
loop (int from0, int to0, rshd_loop (int from0, int to0,
int to1, int from1, int to1, int from1,
int to2, int from2, int to2, int from2,
int have_errsock) int have_errsock)
{ {
fd_set real_readset; fd_set real_readset;
int max_fd; int max_fd;
@@ -581,7 +581,7 @@ setup_copier (int have_errsock)
if (net_write (STDOUT_FILENO, "", 1) != 1) if (net_write (STDOUT_FILENO, "", 1) != 1)
fatal (STDOUT_FILENO, "net_write", "Write failure."); fatal (STDOUT_FILENO, "net_write", "Write failure.");
loop (STDIN_FILENO, p0[1], rshd_loop (STDIN_FILENO, p0[1],
STDOUT_FILENO, p1[0], STDOUT_FILENO, p1[0],
STDERR_FILENO, p2[0], STDERR_FILENO, p2[0],
have_errsock); have_errsock);