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:
@@ -83,7 +83,7 @@ static int protocol_version = 2;
|
|||||||
static int input = 1; /* Read from stdin */
|
static int input = 1; /* Read from stdin */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
loop (int s, int errsock)
|
rsh_loop (int s, int errsock)
|
||||||
{
|
{
|
||||||
fd_set real_readset;
|
fd_set real_readset;
|
||||||
int count = 1;
|
int count = 1;
|
||||||
@@ -620,7 +620,7 @@ proto (int s, int errsock,
|
|||||||
warn("setsockopt stderr");
|
warn("setsockopt stderr");
|
||||||
}
|
}
|
||||||
|
|
||||||
return loop (s, errsock2);
|
return rsh_loop (s, errsock2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user