dtlogin: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:16:41 +01:00
parent 806257b154
commit 2d60124e03
10 changed files with 45 additions and 79 deletions

View File

@@ -1287,7 +1287,8 @@ CloseOnFork( void )
}
#endif
CloseOnFork ()
int
CloseOnFork (void)
{
int fd;
@@ -1296,6 +1297,8 @@ CloseOnFork ()
close (fd);
FD_ZERO (&CloseMask);
max = 0;
return 0;
}
static int pidFd;