blob: 977ba8a3728772c6b0de85ddb53c8ccb8e6a88b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$Id$
--- ipsec-tools-0.6.4.orig/src/racoon/cftoken.l 2005-11-06 18:18:26.000000000 +0100
+++ ipsec-tools-0.6.4/src/racoon/cftoken.l 2007-06-28 16:58:31.000000000 +0200
@@ -105,6 +105,8 @@ static struct include_stack {
static int incstackp = 0;
static int yy_first_time = 1;
+
+int yywrap(void) { return 1; }
%}
/* common seciton */
|