Differences From Artifact [491e53c99b]:
- File filed.c — part of check-in [614c3eb427] at 2014-02-11 05:01:40 on branch trunk — Updated to reduce use of malloc/strdup -- current run-time use is only for logging (user: rkeene, size: 31156) [annotate] [blame] [check-ins using]
To Artifact [6922ec093c]:
- File filed.c — part of check-in [b6fe901824] at 2014-02-11 05:14:36 on branch trunk — Filed 1.2 (user: rkeene, size: 31156) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | #include <fcntl.h> #include <stdio.h> #include <errno.h> #include <time.h> #include <pwd.h> /* Compile time constants */ |
︙ |