Date: Thu, 5 Jun 2008 17:46:32 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp physical.c Message-ID: <200806051806.m55I6Mdd056850@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806051806.m55I6Mdd056850>