6ceeb6902a
time_t. Deal with the possibility that time_t != int32_t. This boils down to this sort of thing: - time(&ut.ut_time); + ut.ut_time = time(NULL); and similar for ctime(3) etc. I've kept it minimal for the stuff that may need to be portable (or 3rd party code), but used Matt's time32 stuff for cases where that isn't as much of a concern. Approved by: re (jhb) |
||
---|---|---|
.. | ||
auth.c | ||
cbcp.c | ||
cbcp.h | ||
ccp.c | ||
ccp.h | ||
chap_ms.c | ||
chap_ms.h | ||
chap.c | ||
chap.h | ||
demand.c | ||
fsm.c | ||
fsm.h | ||
ipcp.c | ||
ipcp.h | ||
ipxcp.c | ||
ipxcp.h | ||
lcp.c | ||
lcp.h | ||
magic.c | ||
magic.h | ||
main.c | ||
Makefile | ||
options.c | ||
patchlevel.h | ||
pathnames.h | ||
pppd.8 | ||
pppd.h | ||
RELNOTES | ||
sys-bsd.c | ||
upap.c | ||
upap.h |