-Index: linux-atm-2.5.1/src/qgen/ql_l.c
-===================================================================
---- linux-atm-2.5.1.orig/src/qgen/ql_l.c 2010-02-27 01:36:22.669685751 +0100
-+++ linux-atm-2.5.1/src/qgen/ql_l.c 2010-02-27 01:36:23.392683892 +0100
-@@ -514,6 +514,11 @@
- #include "qgen.h"
- #include "ql_y.h"
-
-+int yywrap(void)
-+{
-+ return 1;
-+}
-+
-
- typedef struct _tree {
- struct _tree *left,*right;
-Index: linux-atm-2.5.1/src/sigd/cfg_l.c
-===================================================================
---- linux-atm-2.5.1.orig/src/sigd/cfg_l.c 2010-02-27 01:36:22.673681076 +0100
-+++ linux-atm-2.5.1/src/sigd/cfg_l.c 2010-02-27 01:36:23.392683892 +0100
-@@ -617,6 +617,10 @@
-
- #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 */
-Index: linux-atm-2.5.1/src/sigd/Makefile.am
-===================================================================
---- linux-atm-2.5.1.orig/src/sigd/Makefile.am 2010-02-27 01:36:10.160686786 +0100
-+++ linux-atm-2.5.1/src/sigd/Makefile.am 2010-02-27 01:36:23.392683892 +0100
-@@ -8,7 +8,7 @@
+--- a/src/sigd/Makefile.am
++++ b/src/sigd/Makefile.am
+@@ -8,7 +8,7 @@ atmsigd_XTRAS = mess.o $(top_builddir)/s