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/fc75367dc8f3
branches:  trunk
changeset: 821122:fc75367dc8f3
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 9a1efb31edbe -r fc75367dc8f3 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