• Robert Sprowson's avatar
    Remove DST CMOS fiddling code. · 43a72fb6
    Robert Sprowson authored
    Shortly to be handled by TerritoryManager, but the DST fiddling in this module was already broken. Aside from only knowing about Europe and Australia, the Australia rules were wrong too (since they've been changed again).
    dhcp.c: use names for timezone CMOS rather than magic numbers.
    Rework read_os_var() to remove the 'read length when buff = NULL' which is never used, but also wouldn't have worked because the read length call to OS_ReadVarVal returns an error which is caught by the _swix() hence you always got -1.
    Put resolver variable name into a define in the header file.
    
    Version 0.39. Tagged as 'NetTime-0_39'
    43a72fb6
Makefile 1.05 KB