changed struct fd_set' to
fd_set'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4074 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -316,7 +316,7 @@ krb5_change_password (krb5_context context,
|
||||
KRB5_AUTH_CONTEXT_DO_SEQUENCE);
|
||||
|
||||
for (i = 0; i < 5; ++i) {
|
||||
struct fd_set fdset;
|
||||
fd_set fdset;
|
||||
struct timeval tv;
|
||||
|
||||
ret = send_request (context,
|
||||
|
@@ -47,7 +47,7 @@ send_and_recv (int fd,
|
||||
const krb5_data *req,
|
||||
krb5_data *rep)
|
||||
{
|
||||
struct fd_set fdset;
|
||||
fd_set fdset;
|
||||
struct timeval timeout;
|
||||
int ret;
|
||||
int nbytes;
|
||||
|
Reference in New Issue
Block a user