Differences From Artifact [390765784d]:
- File filed.c — part of check-in [679bcc1373] at 2014-10-13 14:59:46 on branch trunk — Fixed file descriptor leaking introduced in [b4fa45b6aa] and made connection re-use more clean (user: rkeene, size: 38335) [annotate] [blame] [check-ins using]
To Artifact [6146eb901e]:
- File filed.c — part of check-in [c261ffbca5] at 2014-10-13 15:00:25 on branch trunk — Updated version (user: rkeene, size: 38335) [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 */ |
︙ |