Differences From:
File
src/cgi.c
part of check-in
[00ac7945a9]
- Disconnect the global configuration database in ~/.fossil from the
respository database in most cases. This allows multiple "sync" or
"commit" operations to be running on different repositories at the same time.
by
drh on
2009-08-13 14:27:24.
[view]
To:
File
src/cgi.c
part of check-in
[df97fae2bd]
- Patches to get Fossil working on OS/2. Ticket 89bec0d9aa9f30
by
drh on
2009-08-29 17:01:33.
[view]
@@ -40,8 +40,11 @@
# include <sys/times.h>
# include <sys/time.h>
# include <sys/wait.h>
# include <sys/select.h>
+#endif
+#ifdef __EMX__
+ typedef int socklen_t;
#endif
#include <time.h>
#include <stdio.h>
#include <stdlib.h>