CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2014/07/18 07:16:22
Modified files: usr.sbin/npppd/npppd: privsep.c Log message: Fix privsep.c. Call missing imsg_free() after imsg_get(). Also add missing #include <net/if.h> to use IFNAMESIZ and replace some strncmp() by startswith().