From a69e155f87ae5e1b59088d06927f1d02e5fd2518 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 14 Mar 2000 01:46:44 +0000 Subject: The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib is aligned. Teach this to ``show route''. Clean up some of the sockaddr parsing routines. --- usr.sbin/ppp/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/ppp/main.c') diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index ed38119..126505f 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -27,6 +27,8 @@ #include #include #include +#include +#include #include #include -- cgit v1.1