Fix privsep.c. Call missing imsg_free() after imsg_get(). Also add
authoryasuoka <yasuoka@openbsd.org>
Fri, 18 Jul 2014 13:16:22 +0000 (13:16 +0000)
committeryasuoka <yasuoka@openbsd.org>
Fri, 18 Jul 2014 13:16:22 +0000 (13:16 +0000)
commitb04f0284e7d2f8b805d6b5f1b2c6005f318ca9d7
tree3f7fbd252eaf95365619bc87e49f01f78ee6ea82
parent7be48f09aecba48d2fca1a7574333dc2f2ba4d02
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().
usr.sbin/npppd/npppd/privsep.c