rename loop() to rsh_loop()

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14238 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-09-21 11:34:15 +00:00
parent af993645bc
commit af952334df

View File

@@ -83,7 +83,7 @@ static int protocol_version = 2;
static int input = 1; /* Read from stdin */
static int
loop (int s, int errsock)
rsh_loop (int s, int errsock)
{
fd_set real_readset;
int count = 1;
@@ -620,7 +620,7 @@ proto (int s, int errsock,
warn("setsockopt stderr");
}
return loop (s, errsock2);
return rsh_loop (s, errsock2);
}
/*