mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2025-11-21 16:57:25 +00:00
Pass the expected socket family into UdpTimedRx() so it can pick the
right socket, rather than listening on both. Implement TODO_Cancel() Only wake the time_unix task when needed. Fix sockaddr comparison for IPv6[1] Grap userland timestamp, in case SCM_TIMESTAMP* does not work/isn't available.[1] Undefined timestamp fix for simfile reading[1] Minor fixes from github [1] From Ronan Flood
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -67,6 +67,7 @@ SRCS='
|
||||
ocx_stdio.c
|
||||
param.c
|
||||
pll_std.c
|
||||
suckaddr.c
|
||||
time_sim.c
|
||||
time_stuff.c
|
||||
time_unix.c
|
||||
@ -100,7 +101,7 @@ if $BSD ; then
|
||||
echo '.include <bsd.prog.mk>'
|
||||
) > Makefile
|
||||
|
||||
msg=", remeber to run 'make depend'"
|
||||
msg=", remember to run 'make depend'"
|
||||
else
|
||||
(
|
||||
echo '# Portable Makefile generated by configure'
|
||||
|
||||
Reference in New Issue
Block a user