no need for <sys/mbuf.h>

This commit is contained in:
christos 2016-01-23 21:05:51 +00:00
parent 1361ffd43a
commit 9c39ccca16
3 changed files with 5 additions and 8 deletions

View File

@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1991, 1993\
#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 @@ __RCSID("$NetBSD: route.c,v 1.152 2016/01/17 15:59:26 christos Exp $");
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/mbuf.h>
#include <sys/sysctl.h>
#include <net/if.h>

View File

@ -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>

View File

@ -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>