AmigaOS build failure "if (tv.tv_sec < 0) {" always false
Cross-compiling S3_0 to AmigaOS:
../../../src/server/sernet.c: In function 'flush_packets': ../../../src/server/sernet.c:366:19: error: comparison of unsigned expression in '< 0' is always false [-Werror=type-limits!]
Patch also for S2_6 attached - after all the main point of keeping S2_6 around is supporting exotic systems where newer branches are harder to port.
New S2_6 version - I had accidentally deleted a character when saving the source file, or something.
Cross-compiling S3_0 to AmigaOS:
../../../src/server/sernet.c: In function 'flush_packets':
../../../src/server/sernet.c:366:19: error: comparison of unsigned expression in '< 0' is always false [-Werror=type-limits!]