diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2001-08-09 18:30:10 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2001-08-09 18:30:10 +0000 |
commit | 66f2688256c33df52fe7f5a8f6a9584215e5e117 (patch) | |
tree | 34121e209fbfe0fad5ec94530676e6b790407ef8 /security/racoon/files/patch-af | |
parent | Update german samba mirror (diff) |
Make buildable on 4-STABLE
PR: ports/29507, ports/29535
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=46022
Diffstat (limited to 'security/racoon/files/patch-af')
-rw-r--r-- | security/racoon/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/racoon/files/patch-af b/security/racoon/files/patch-af new file mode 100644 index 000000000000..d4563bc11a42 --- /dev/null +++ b/security/racoon/files/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2001/08/02 12:44:18 itojun Exp $ + +--- ../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); + |