blob: 38bde1e58af8a077ee73911d99bd630e941fda48 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- linux-atm-2.5.1.orig/src/sigd/cfg_l.l 2004-09-25 13:25:48.000000000 +0200
+++ linux-atm-2.5.1/src/sigd/cfg_l.l 2009-12-17 16:26:08.528422011 +0100
@@ -16,6 +16,7 @@
#include "cfg_y.h"
+int yywrap(void) { return 1; }
static int lineno = 1;
static int token; /* f@#%ing flex doesn't grok return after BEGIN */
|