From 0fbccea207b30073d2d2b0acdb401ebd5afaeecd Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 5 Jun 2008 17:46:32 +0000 Subject: [PATCH] Make ppp use , not . ppp's physical.c is filled with calls to termios. For some reason, it includes , not . Even though this works with the current version of FreeBSD, we'd better follow the standards. Approved by: philip (mentor) --- usr.sbin/ppp/physical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ppp/physical.c b/usr.sbin/ppp/physical.c index adcd2cf6418..ed3ab9c083e 100644 --- a/usr.sbin/ppp/physical.c +++ b/usr.sbin/ppp/physical.c @@ -37,9 +37,9 @@ #include #include #include -#include /* TIOCOUTQ */ #include #include +#include #include #include #include