CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/05 11:43:36
Modified files:
usr.sbin/npppd/common: bytebuf.c hash.c slist.c
usr.sbin/npppd/l2tp: l2tp_ctrl.c l2tpd.c
usr.sbin/npppd/npppd: ccp.c lcp.c mppe.c npppd_auth.c
npppd_ctl.c npppd_pool.c ppp.c privsep.c
radius_req.c
usr.sbin/npppd/pptp: pptpd.c
Log message:
strings.h -> string.h to prevent an implicit declaration. Also remove a
bunch of NULL-checks before free().
