Commit 295daa04e5723ab1fe0f564259b0f6f35dd3d575
- Diff rendering mode:
- inline
- side by side
main.c
(2 / 1)
|   | |||
| 13 | 13 | #include <time.h> | |
| 14 | 14 | #include <assert.h> | |
| 15 | 15 | #include <errno.h> | |
| 16 | #include <sysexits.h> | ||
| 16 | 17 | ||
| 17 | 18 | #include "waitforsocket.h" | |
| 18 | 19 | ||
| … | … | ||
| 42 | 42 | ||
| 43 | 43 | if (argc < 3) { | |
| 44 | 44 | usage(argv[0]); | |
| 45 | exit(0); | ||
| 45 | exit(EX_USAGE); | ||
| 46 | 46 | } | |
| 47 | 47 | ||
| 48 | 48 | hostname = argv[1]; |

