patch-src_racoon_cftoken_l 340 B

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