Source-Changes-HG archive

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

[src/trunk]: src/sbin/route no need for <sys/mbuf.h>



details:   https://anonhg.NetBSD.org/src/rev/3c1e992e2e10
branches:  trunk
changeset: 343151:3c1e992e2e10
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 23 21:05:51 2016 +0000

description:
no need for <sys/mbuf.h>

diffstat:

 sbin/route/route.c  |  5 ++---
 sbin/route/rtutil.c |  3 +--
 sbin/route/show.c   |  5 ++---
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs (68 lines):

diff -r 6224235bcfe3 -r 3c1e992e2e10 sbin/route/route.c
--- a/sbin/route/route.c        Sat Jan 23 20:44:06 2016 +0000
+++ b/sbin/route/route.c        Sat Jan 23 21:05:51 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route.c,v 1.152 2016/01/17 15:59:26 christos Exp $     */
+/*     $NetBSD: route.c,v 1.153 2016/01/23 21:05:51 christos Exp $     */
 
 /*
  * Copyright (c) 1983, 1989, 1991, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)route.c    8.6 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: route.c,v 1.152 2016/01/17 15:59:26 christos Exp $");
+__RCSID("$NetBSD: route.c,v 1.153 2016/01/23 21:05:51 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -47,7 +47,6 @@
 #include <sys/file.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
-#include <sys/mbuf.h>
 #include <sys/sysctl.h>
 
 #include <net/if.h>
diff -r 6224235bcfe3 -r 3c1e992e2e10 sbin/route/rtutil.c
--- a/sbin/route/rtutil.c       Sat Jan 23 20:44:06 2016 +0000
+++ b/sbin/route/rtutil.c       Sat Jan 23 21:05:51 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtutil.c,v 1.6 2015/03/23 18:33:17 roy Exp $   */
+/*     $NetBSD: rtutil.c,v 1.7 2016/01/23 21:05:51 christos Exp $      */
 /*     $OpenBSD: show.c,v 1.1 2006/05/27 19:16:37 claudio Exp $        */
 
 /*
@@ -33,7 +33,6 @@
 #include <sys/param.h>
 #include <sys/protosw.h>
 #include <sys/socket.h>
-#include <sys/mbuf.h>
 #include <sys/sysctl.h>
 
 #include <net/if.h>
diff -r 6224235bcfe3 -r 3c1e992e2e10 sbin/route/show.c
--- a/sbin/route/show.c Sat Jan 23 20:44:06 2016 +0000
+++ b/sbin/route/show.c Sat Jan 23 21:05:51 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: show.c,v 1.48 2015/03/23 18:33:17 roy Exp $    */
+/*     $NetBSD: show.c,v 1.49 2016/01/23 21:05:51 christos Exp $       */
 
 /*
  * Copyright (c) 1983, 1988, 1993
@@ -34,14 +34,13 @@
 #if 0
 static char sccsid[] = "from: @(#)route.c      8.3 (Berkeley) 3/9/94";
 #else
-__RCSID("$NetBSD: show.c,v 1.48 2015/03/23 18:33:17 roy Exp $");
+__RCSID("$NetBSD: show.c,v 1.49 2016/01/23 21:05:51 christos Exp $");
 #endif
 #endif /* not lint */
 
 #include <sys/param.h>
 #include <sys/protosw.h>
 #include <sys/socket.h>
-#include <sys/mbuf.h>
 
 #include <arpa/inet.h>
 #include <net/if.h>



Home | Main Index | Thread Index | Old Index