Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/pppoectl don't need mbuf.h!



details:   https://anonhg.NetBSD.org/src/rev/5bd2937a1dcd
branches:  trunk
changeset: 343139:5bd2937a1dcd
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 23 15:41:47 2016 +0000

description:
don't need mbuf.h!

diffstat:

 sbin/pppoectl/pppoectl.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r c911d27050e9 -r 5bd2937a1dcd sbin/pppoectl/pppoectl.c
--- a/sbin/pppoectl/pppoectl.c  Sat Jan 23 15:01:30 2016 +0000
+++ b/sbin/pppoectl/pppoectl.c  Sat Jan 23 15:41:47 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pppoectl.c,v 1.24 2011/08/28 08:43:02 mbalmer Exp $    */
+/*     $NetBSD: pppoectl.c,v 1.25 2016/01/23 15:41:47 christos Exp $   */
 
 /*
  * Copyright (c) 1997 Joerg Wunsch
@@ -31,14 +31,13 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: pppoectl.c,v 1.24 2011/08/28 08:43:02 mbalmer Exp $");
+__RCSID("$NetBSD: pppoectl.c,v 1.25 2016/01/23 15:41:47 christos Exp $");
 #endif
 
 
 #include <sys/param.h>
 #include <sys/callout.h>
 #include <sys/ioctl.h>
-#include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <sys/sysctl.h>



Home | Main Index | Thread Index | Old Index