Differences From Artifact [8b6978d8ea]:
- File src/cgi.c — part of check-in [00ac7945a9] at 2009-08-13 14:27:24 on branch trunk — 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. (user: drh size: 40085)
To Artifact [00c26fc349]:
- File src/cgi.c — part of check-in [df97fae2bd] at 2009-08-29 17:01:33 on branch trunk — Patches to get Fossil working on OS/2. Ticket [89bec0d9aa9f30] (user: drh size: 40133)
| ︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | + + + | # include <netinet/in.h> # include <arpa/inet.h> # 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> #include <unistd.h> #include "cgi.h" #if INTERFACE |
| ︙ |