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:
		@@ -457,7 +457,7 @@ 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)
 | 
				
			||||||
@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user