patch-src_switch_cfg_l_l 325 B

12345678910
  1. --- linux-atm-2.5.1.orig/src/switch/cfg_l.l 2001-10-10 00:33:08.000000000 +0200
  2. +++ linux-atm-2.5.1/src/switch/cfg_l.l 2009-12-17 16:37:59.408538574 +0100
  3. @@ -15,6 +15,7 @@
  4. #include "cfg_y.h"
  5. +int yywrap(void) { return 1; }
  6. static int lineno = 1;
  7. static int token; /* f@#%ing flex doesn't grok return after BEGIN */