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:
@@ -567,7 +567,7 @@ doit (int port)
|
||||
|
||||
while(exit_flag == 0) {
|
||||
int ret;
|
||||
struct fd_set fdset = real_fdset;
|
||||
fd_set fdset = real_fdset;
|
||||
|
||||
ret = select (maxfd + 1, &fdset, NULL, NULL, NULL);
|
||||
if (ret < 0)
|
||||
|
Reference in New Issue
Block a user