freebsd-src/usr.sbin/pppd
Peter Wemm 6ceeb6902a utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than
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)
2002-11-15 22:42:00 +00:00
..
auth.c utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than 2002-11-15 22:42:00 +00:00
cbcp.c
cbcp.h
ccp.c
ccp.h
chap.c
chap.h
chap_ms.c
chap_ms.h
demand.c
fsm.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:30:43 +00:00
fsm.h
ipcp.c
ipcp.h
ipxcp.c
ipxcp.h
lcp.c
lcp.h
magic.c
magic.h
main.c Use fchmod() to restore the tty modes. 2002-07-30 03:49:27 +00:00
Makefile
options.c inet_aton returns 0 on failure, not -1. 2002-05-06 08:39:43 +00:00
patchlevel.h
pathnames.h
pppd.8
pppd.h
RELNOTES
sys-bsd.c Test for the existance of kernel ppp support by seeing if the kernel has 2002-11-05 05:58:31 +00:00
upap.c
upap.h