head	1.2;
access;
symbols
	old_RELEASE_5_2_1:1.1
	old_RELEASE_5_2_0:1.1
	old_RELEASE_4_9_0:1.1
	old_RELEASE_5_1_0:1.1
	old_RELEASE_4_8_0:1.1
	old_RELEASE_5_0_0:1.1
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.01.06.15.31.09;	author sumikawa;	state dead;
branches;
next	1.1;

1.1
date	2001.08.09.18.30.10;	author sumikawa;	state Exp;
branches;
next	;


desc
@@


1.2
log
@rcNG'fy racoon.sh and removed unnecessary patches.

Submitted by:	ume
@
text
@$NetBSD: patch-ae,v 1.9 2001/08/02 12:44:18 itojun Exp $

--- ../libipsec/key_debug.c-	Thu Aug  2 21:38:17 2001
+++ ../libipsec/key_debug.c	Thu Aug  2 21:38:44 2001
@@@@ -392,9 +392,8 @@@@
 
 	printf("sadb_x_sa2{ mode=%u reqid=%u\n",
 	    sa2->sadb_x_sa2_mode, sa2->sadb_x_sa2_reqid);
-	printf("  reserved1=%u reserved2=%u sequence=%u }\n",
-	    sa2->sadb_x_sa2_reserved1, sa2->sadb_x_sa2_reserved2,
-	    sa2->sadb_x_sa2_sequence);
+	printf("  reserved1=%u reserved2=%u }\n",
+	    sa2->sadb_x_sa2_reserved1, sa2->sadb_x_sa2_reserved2);
 
 	return;
 }
@


1.1
log
@Make buildable on 4-STABLE

PR:		ports/29507, ports/29535
Obtained from:	NetBSD
@
text
@@

