Differences From Artifact [1f0badde9e]:
- File filed.c — part of check-in [2a36924161] at 2014-02-08 06:55:33 on branch trunk — Updated to correctly display IPv4 address if bound to IPv4 addresses (user: rkeene, size: 29674) [annotate] [blame] [check-ins using]
To Artifact [05ed1b448a]:
- File filed.c — part of check-in [235573fe1c] at 2014-02-08 06:57:53 on branch trunk — Filed 1.0 (user: rkeene, size: 29674) [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 */ |
︙ |