Differences From Artifact [310b7c80ea]:
- File filed.c — part of check-in [87034c1a07] at 2014-02-05 09:07:24 on branch trunk — Noted that we should process arguments (user: rkeene, size: 11006) [annotate] [blame] [check-ins using]
To Artifact [3fb691b2d3]:
- File filed.c — part of check-in [a832cf965b] at 2014-02-05 09:12:49 on branch trunk — Updated to support being compiled with dietlibc (user: rkeene, size: 11027) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + | #include <sys/sendfile.h> #include <sys/socket.h> #include <sys/types.h> #include <arpa/inet.h> #include <sys/mman.h> #include <sys/stat.h> #include <pthread.h> #include <strings.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <fcntl.h> #include <stdio.h> #include <time.h> |
︙ |