Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/tcpdump/dist don't include <sys/mbuf.h>
details: https://anonhg.NetBSD.org/src/rev/6b340d57479c
branches: trunk
changeset: 343148:6b340d57479c
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 23 19:08:02 2016 +0000
description:
don't include <sys/mbuf.h>
diffstat:
external/bsd/tcpdump/dist/print-pfsync.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 350f79d20405 -r 6b340d57479c external/bsd/tcpdump/dist/print-pfsync.c
--- a/external/bsd/tcpdump/dist/print-pfsync.c Sat Jan 23 18:54:15 2016 +0000
+++ b/external/bsd/tcpdump/dist/print-pfsync.c Sat Jan 23 19:08:02 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: print-pfsync.c,v 1.2 2014/11/20 03:05:03 christos Exp $ */
+/* $NetBSD: print-pfsync.c,v 1.3 2016/01/23 19:08:02 christos Exp $ */
/* $OpenBSD: print-pfsync.c,v 1.30 2007/05/31 04:16:26 mcbride Exp $ */
/*
@@ -31,9 +31,9 @@
#ifndef lint
#if 0
static const char rcsid[] =
- "@(#) $Header: /cvsroot/src/external/bsd/tcpdump/dist/print-pfsync.c,v 1.2 2014/11/20 03:05:03 christos Exp $";
+ "@(#) $Header: /cvsroot/src/external/bsd/tcpdump/dist/print-pfsync.c,v 1.3 2016/01/23 19:08:02 christos Exp $";
#else
-__RCSID("$NetBSD: print-pfsync.c,v 1.2 2014/11/20 03:05:03 christos Exp $");
+__RCSID("$NetBSD: print-pfsync.c,v 1.3 2016/01/23 19:08:02 christos Exp $");
#endif
#endif
@@ -49,7 +49,6 @@
#include <sys/socket.h>
#include <sys/file.h>
#include <sys/ioctl.h>
-#include <sys/mbuf.h>
#ifdef __STDC__
struct rtentry;
Home |
Main Index |
Thread Index |
Old Index