aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tun.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-03-13 21:07:46 +0000
committerBrian Somers <brian@FreeBSD.org>1998-03-13 21:07:46 +0000
commit5828db6d2dd0f1a405f9140373c37e07395466b6 (patch)
tree7e0a3309adc7623628e61aad414f5aa0fa13b3a1 /usr.sbin/ppp/tun.c
parenta611cad61ddd580230399f0ef61f637a208345fb (diff)
downloadsrc-5828db6d2dd0f1a405f9140373c37e07395466b6.tar.gz
src-5828db6d2dd0f1a405f9140373c37e07395466b6.zip
Move the IPCP into struct bundle.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=34557
Diffstat (limited to 'usr.sbin/ppp/tun.c')
-rw-r--r--usr.sbin/ppp/tun.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c
index 3687f813c08a..0087315f4b2f 100644
--- a/usr.sbin/ppp/tun.c
+++ b/usr.sbin/ppp/tun.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: tun.c,v 1.6.4.4 1998/03/02 17:25:30 brian Exp $
+ * $Id: tun.c,v 1.6.4.5 1998/03/13 00:44:24 brian Exp $
*/
#include <sys/param.h>
@@ -49,6 +49,9 @@
#include "loadalias.h"
#include "vars.h"
#include "fsm.h"
+#include "throughput.h"
+#include "iplist.h"
+#include "ipcp.h"
#include "bundle.h"
#include "tun.h"