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 Add missing argument
details: https://anonhg.NetBSD.org/src/rev/5e7e4282b610
branches: trunk
changeset: 350871:5e7e4282b610
user: martin <martin%NetBSD.org@localhost>
date: Wed Jan 25 08:20:15 2017 +0000
description:
Add missing argument
diffstat:
external/bsd/tcpdump/dist/print-ip.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r b22eaf40fa37 -r 5e7e4282b610 external/bsd/tcpdump/dist/print-ip.c
--- a/external/bsd/tcpdump/dist/print-ip.c Wed Jan 25 08:14:07 2017 +0000
+++ b/external/bsd/tcpdump/dist/print-ip.c Wed Jan 25 08:20:15 2017 +0000
@@ -21,7 +21,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: print-ip.c,v 1.9 2017/01/24 23:29:14 christos Exp $");
+__RCSID("$NetBSD: print-ip.c,v 1.10 2017/01/25 08:20:15 martin Exp $");
#endif
#ifdef HAVE_CONFIG_H
@@ -483,7 +483,7 @@
break;
case IPPROTO_PFSYNC:
- pfsync_ip_print(ipds->cp, ipds->len, (const u_char *)ipds->ip);
+ pfsync_ip_print(ndo, ipds->cp, ipds->len, (const u_char *)ipds->ip);
break;
default:
Home |
Main Index |
Thread Index |
Old Index