Differences From Artifact [c52c45f3be]:
- File filed.c — part of check-in [541136d097] at 2014-02-11 16:50:04 on branch trunk — Updated to support logging to processes in addition to files (user: rkeene, size: 33440) [annotate] [blame] [check-ins using]
To Artifact [bcf5995168]:
- File filed.c — part of check-in [54ff5cc0ff] at 2014-02-12 01:35:17 on branch trunk — Filed 1.4 (user: rkeene, size: 33440) [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 */ |
︙ |