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:
Assar Westerlund
1997-11-29 06:17:18 +00:00
parent 45fd07a5a9
commit dce96a31c3
4 changed files with 5 additions and 5 deletions

View File

@@ -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)