summaryrefslogtreecommitdiff
path: root/security/racoon/patches/patch-af
blob: 7e769e207959ed81359720a4c317d2094563d9cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-af,v 1.2 2002/05/07 09:03:57 itojun Exp $

make it compile on 1.5.x

--- ../libipsec/pfkey_dump.c-	Thu Aug  2 21:38:21 2001
+++ ../libipsec/pfkey_dump.c	Thu Aug  2 21:38:34 2001
@@ -299,8 +299,7 @@
 	}
 
 	/* replay windoe size & flags */
-	printf("\tseq=0x%08x replay=%u flags=0x%08x ",
-		m_sa2->sadb_x_sa2_sequence,
+	printf("\treplay=%u flags=0x%08x ",
 		m_sa->sadb_sa_replay,
 		m_sa->sadb_sa_flags);