cvs commit: src/usr.sbin/ppp physical.c
Ed Schouten
ed at FreeBSD.org
Thu Jun 5 18:06:24 UTC 2008
ed 2008-06-05 18:06:22 UTC
FreeBSD src repository
Modified files:
usr.sbin/ppp physical.c
Log:
SVN rev 179568 on 2008-06-05 17:46:32Z by ed
Make ppp use <termios.h>, not <sys/tty.h>.
ppp's physical.c is filled with calls to termios. For some reason, it
includes <sys/tty.h>, not <termios.h>. Even though this works with the
current version of FreeBSD, we'd better follow the standards.
Approved by: philip (mentor)
Revision Changes Path
1.61 +1 -1 src/usr.sbin/ppp/physical.c
More information about the cvs-src
mailing list