summaryrefslogtreecommitdiff
path: root/net/tcpdpriv/patches/patch-ab
blob: e8702410a38623c967ec15f4ac4d25b336894841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2006/01/25 17:22:54 joerg Exp $

--- tcpdutil.c.orig	2006-01-25 17:16:26.000000000 +0000
+++ tcpdutil.c
@@ -141,7 +141,7 @@ read_infile(char *fname)
 
 
 void
-bpf_dump(FILE *output, struct bpf_program *p, int option)
+my_bpf_dump(FILE *output, struct bpf_program *p, int option)
 {
 	struct bpf_insn *insn;
 	int i;