forked from mirrors/tftp-hpa-google
On older systems, htonl() returns unsigned long, on newer systems it returns uint32_t. Cast to unsigned long and use %08lX for the format, that seems to be the easiest solution. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| misc.c | ||
| recvfrom.c | ||
| recvfrom.h | ||
| remap.c | ||
| remap.h | ||
| sample.rules | ||
| tftpd.8.in | ||
| tftpd.c | ||
| tftpd.h | ||