CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2012/05/08 07:18:37
Modified files: usr.sbin/npppd/common: ipsec_util.c net_utils.c usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c l2tpd.c usr.sbin/npppd/npppd: Makefile chap.c mppe.c npppd.c npppd_local.h npppd_subr.c ppp.c psm-opt.h usr.sbin/npppd/pppoe: pppoed.c usr.sbin/npppd/pptp: pptp_ctrl.c Log message: Trivial changes from the upstream(IIJ). - fix styles, compile errors in some ifdef condition and compiler warnings. - delete rtev* that was to work around routing socket overflows. - delete is_ctrl argument from l2tp_ctrl_send_packet(). It's not used. - tweak returning the exit status. - use IPV6_IPSEC_POLICY for IPv6 socket. (though npppd cannot set up a ipsec policy to the socket yet.) ok mcbride henning