Files called from SICServer should now compile under linux

This commit is contained in:
cvs
2000-07-21 13:01:55 +00:00
parent d782d43951
commit 5f5aface14
15 changed files with 401 additions and 115 deletions

View File

@@ -99,7 +99,7 @@ int CocHandle1Request(int tmo_msec, int fd) {
close(cl->fd);
FD_CLR(cl->fd, &mask);
cl0->next=cl->next;
my_free(cl);
FREE(cl);
cl=cl0;
} else {
@@ -237,9 +237,9 @@ void CocCloseServer() {
close(cl->fd);
cl0=cl;
cl=cl->next;
my_free(cl0);
FREE(cl0);
}
my_free(cList);
FREE(cList);
close(mainFd);
str_free_buf(buf); str_free_buf(bufo);
logfileClose();