diff options
| -rw-r--r-- | package/linux-atm/patches/000-debian_16.patch | 328 | ||||
| -rw-r--r-- | package/linux-atm/patches/100-subdirs.patch | 10 | ||||
| -rw-r--r-- | package/linux-atm/patches/200-no_libfl.patch | 60 | ||||
| -rw-r--r-- | package/linux-atm/patches/300-no_autotools.patch | 39 | ||||
| -rw-r--r-- | package/linux-atm/patches/400-stdint_local_instead_of_host.patch | 4 | ||||
| -rw-r--r-- | package/linux-atm/patches/500-reenable_arpd.patch | 28 | ||||
| -rw-r--r-- | package/linux-atm/patches/600-arpd_includes.patch | 41 | ||||
| -rw-r--r-- | package/linux-atm/patches/700-libtoolize.patch | 84 | 
8 files changed, 304 insertions, 290 deletions
diff --git a/package/linux-atm/patches/000-debian_16.patch b/package/linux-atm/patches/000-debian_16.patch index de6434dc6..6f4bad814 100644 --- a/package/linux-atm/patches/000-debian_16.patch +++ b/package/linux-atm/patches/000-debian_16.patch @@ -1,7 +1,7 @@  Index: linux-atm-2.4.1/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/Makefile.in	2007-06-04 13:23:53.886541896 +0200 -+++ linux-atm-2.4.1/Makefile.in	2007-06-04 13:23:54.459454800 +0200 +--- linux-atm-2.4.1.orig/Makefile.in	2007-10-20 19:19:10.830245661 +0200 ++++ linux-atm-2.4.1/Makefile.in	2007-10-20 19:19:11.698295124 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -49,8 +49,8 @@ Index: linux-atm-2.4.1/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/aclocal.m4  =================================================================== ---- linux-atm-2.4.1.orig/aclocal.m4	2007-06-04 13:23:53.891541136 +0200 -+++ linux-atm-2.4.1/aclocal.m4	2007-06-04 13:23:54.462454344 +0200 +--- linux-atm-2.4.1.orig/aclocal.m4	2007-10-20 19:19:10.838246113 +0200 ++++ linux-atm-2.4.1/aclocal.m4	2007-10-20 19:19:11.710295812 +0200  @@ -1,4 +1,4 @@  -dnl aclocal.m4 generated automatically by aclocal 1.4-p5  +dnl aclocal.m4 generated automatically by aclocal 1.4-p6 @@ -1504,8 +1504,8 @@ Index: linux-atm-2.4.1/aclocal.m4  +  Index: linux-atm-2.4.1/config.guess  =================================================================== ---- linux-atm-2.4.1.orig/config.guess	2007-06-04 13:23:53.896540376 +0200 -+++ linux-atm-2.4.1/config.guess	2007-06-04 13:23:54.463454192 +0200 +--- linux-atm-2.4.1.orig/config.guess	2007-10-20 19:19:10.846246570 +0200 ++++ linux-atm-2.4.1/config.guess	2007-10-20 19:19:11.718296264 +0200  @@ -1,9 +1,9 @@   #! /bin/sh   # Attempt to guess a canonical system name. @@ -2595,8 +2595,8 @@ Index: linux-atm-2.4.1/config.guess  Index: linux-atm-2.4.1/config.h.in  =================================================================== ---- linux-atm-2.4.1.orig/config.h.in	2007-06-04 13:23:53.902539464 +0200 -+++ linux-atm-2.4.1/config.h.in	2007-06-04 13:23:54.463454192 +0200 +--- linux-atm-2.4.1.orig/config.h.in	2007-10-20 19:19:10.850246801 +0200 ++++ linux-atm-2.4.1/config.h.in	2007-10-20 19:19:11.726296721 +0200  @@ -1,4 +1,4 @@  -/* config.h.in.  Generated automatically from configure.in by autoheader.  */  +/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */ @@ -2605,8 +2605,8 @@ Index: linux-atm-2.4.1/config.h.in  Index: linux-atm-2.4.1/config.sub  =================================================================== ---- linux-atm-2.4.1.orig/config.sub	2007-06-04 13:23:53.907538704 +0200 -+++ linux-atm-2.4.1/config.sub	2007-06-04 13:23:54.464454040 +0200 +--- linux-atm-2.4.1.orig/config.sub	2007-10-20 19:19:10.858247252 +0200 ++++ linux-atm-2.4.1/config.sub	2007-10-20 19:19:11.730296952 +0200  @@ -1,9 +1,9 @@   #! /bin/sh   # Configuration validation subroutine script. @@ -3257,8 +3257,8 @@ Index: linux-atm-2.4.1/config.sub   		;;  Index: linux-atm-2.4.1/configure  =================================================================== ---- linux-atm-2.4.1.orig/configure	2007-06-04 13:23:53.913537792 +0200 -+++ linux-atm-2.4.1/configure	2007-06-04 13:23:54.473452672 +0200 +--- linux-atm-2.4.1.orig/configure	2007-10-20 19:19:10.866247710 +0200 ++++ linux-atm-2.4.1/configure	2007-10-20 19:19:11.746297861 +0200  @@ -1,24 +1,244 @@   #! /bin/sh  - @@ -13017,8 +13017,8 @@ Index: linux-atm-2.4.1/configure  Index: linux-atm-2.4.1/ltmain.sh  =================================================================== ---- linux-atm-2.4.1.orig/ltmain.sh	2007-06-04 13:23:53.918537032 +0200 -+++ linux-atm-2.4.1/ltmain.sh	2007-06-04 13:23:54.479451760 +0200 +--- linux-atm-2.4.1.orig/ltmain.sh	2007-10-20 19:19:10.870247941 +0200 ++++ linux-atm-2.4.1/ltmain.sh	2007-10-20 19:19:11.774299458 +0200  @@ -49,14 +49,14 @@   fi @@ -14348,8 +14348,8 @@ Index: linux-atm-2.4.1/ltmain.sh   "") $echo \  Index: linux-atm-2.4.1/m4/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/m4/Makefile.in	2007-06-04 13:23:53.924536120 +0200 -+++ linux-atm-2.4.1/m4/Makefile.in	2007-06-04 13:23:54.480451608 +0200 +--- linux-atm-2.4.1.orig/m4/Makefile.in	2007-10-20 19:19:10.878248392 +0200 ++++ linux-atm-2.4.1/m4/Makefile.in	2007-10-20 19:19:11.778299683 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -14388,8 +14388,8 @@ Index: linux-atm-2.4.1/m4/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/src/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/Makefile.in	2007-06-04 13:23:53.930535208 +0200 -+++ linux-atm-2.4.1/src/Makefile.in	2007-06-04 13:23:54.480451608 +0200 +--- linux-atm-2.4.1.orig/src/Makefile.in	2007-10-20 19:19:10.886248850 +0200 ++++ linux-atm-2.4.1/src/Makefile.in	2007-10-20 19:19:11.790300372 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -14447,8 +14447,8 @@ Index: linux-atm-2.4.1/src/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/src/include/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/include/Makefile.in	2007-06-04 13:23:53.936534296 +0200 -+++ linux-atm-2.4.1/src/include/Makefile.in	2007-06-04 13:23:54.481451456 +0200 +--- linux-atm-2.4.1.orig/src/include/Makefile.in	2007-10-20 19:19:10.894249307 +0200 ++++ linux-atm-2.4.1/src/include/Makefile.in	2007-10-20 19:19:11.798300823 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -14496,8 +14496,8 @@ Index: linux-atm-2.4.1/src/include/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/src/include/atmd.h  =================================================================== ---- linux-atm-2.4.1.orig/src/include/atmd.h	2007-06-04 13:23:53.942533384 +0200 -+++ linux-atm-2.4.1/src/include/atmd.h	2007-06-04 13:23:54.481451456 +0200 +--- linux-atm-2.4.1.orig/src/include/atmd.h	2007-10-20 19:19:10.902249761 +0200 ++++ linux-atm-2.4.1/src/include/atmd.h	2007-10-20 19:19:11.802301052 +0200  @@ -24,6 +24,10 @@     (i)->prev = (b)->prev; if ((b)->prev) (b)->prev->next = i; else r = i; \     (b)->prev = i; } else { (i)->next = r; (i)->prev = NULL; \ @@ -14511,8 +14511,8 @@ Index: linux-atm-2.4.1/src/include/atmd.h  Index: linux-atm-2.4.1/src/lib/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/lib/Makefile.in	2007-06-04 13:23:53.948532472 +0200 -+++ linux-atm-2.4.1/src/lib/Makefile.in	2007-06-04 13:23:54.481451456 +0200 +--- linux-atm-2.4.1.orig/src/lib/Makefile.in	2007-10-20 19:19:10.910250220 +0200 ++++ linux-atm-2.4.1/src/lib/Makefile.in	2007-10-20 19:19:11.806301281 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -14742,8 +14742,8 @@ Index: linux-atm-2.4.1/src/lib/Makefile.in   #libatm_la_SOURCES = text2atm.c atm2text.c atmequal.c sdu2cell.c text2qos.c \  Index: linux-atm-2.4.1/src/lib/sapequal.c  =================================================================== ---- linux-atm-2.4.1.orig/src/lib/sapequal.c	2007-06-04 13:23:53.954531560 +0200 -+++ linux-atm-2.4.1/src/lib/sapequal.c	2007-06-04 13:23:54.482451304 +0200 +--- linux-atm-2.4.1.orig/src/lib/sapequal.c	2007-10-20 19:19:10.918250672 +0200 ++++ linux-atm-2.4.1/src/lib/sapequal.c	2007-10-20 19:19:11.822302192 +0200  @@ -65,6 +65,7 @@   	    CHECK(l2.itu.window,a.l2.itu.window > b.l2.itu.window);   	    break; @@ -14762,8 +14762,8 @@ Index: linux-atm-2.4.1/src/lib/sapequal.c   }  Index: linux-atm-2.4.1/src/test/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/test/Makefile.in	2007-06-04 13:23:53.959530800 +0200 -+++ linux-atm-2.4.1/src/test/Makefile.in	2007-06-04 13:23:54.482451304 +0200 +--- linux-atm-2.4.1.orig/src/test/Makefile.in	2007-10-20 19:19:10.922250901 +0200 ++++ linux-atm-2.4.1/src/test/Makefile.in	2007-10-20 19:19:11.826302420 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -14969,8 +14969,8 @@ Index: linux-atm-2.4.1/src/test/Makefile.in   # Otherwise a system limit (for SysV at least) may be exceeded.  Index: linux-atm-2.4.1/src/test/Makefile.am  =================================================================== ---- linux-atm-2.4.1.orig/src/test/Makefile.am	2007-06-04 13:23:53.965529888 +0200 -+++ linux-atm-2.4.1/src/test/Makefile.am	2007-06-04 13:23:54.483451152 +0200 +--- linux-atm-2.4.1.orig/src/test/Makefile.am	2007-10-20 19:19:10.946252269 +0200 ++++ linux-atm-2.4.1/src/test/Makefile.am	2007-10-20 19:19:11.858304242 +0200  @@ -26,6 +26,7 @@   isp.o: errnos.inc @@ -14984,8 +14984,8 @@ Index: linux-atm-2.4.1/src/test/Makefile.am  +			  Index: linux-atm-2.4.1/src/test/ttcp.c  =================================================================== ---- linux-atm-2.4.1.orig/src/test/ttcp.c	2007-06-04 13:23:53.971528976 +0200 -+++ linux-atm-2.4.1/src/test/ttcp.c	2007-06-04 13:23:54.483451152 +0200 +--- linux-atm-2.4.1.orig/src/test/ttcp.c	2007-10-20 19:19:10.954252727 +0200 ++++ linux-atm-2.4.1/src/test/ttcp.c	2007-10-20 19:19:11.866304700 +0200  @@ -55,6 +55,8 @@   /* #define SYSV */	/* required on SGI IRIX releases before 3.3 */ @@ -15447,8 +15447,8 @@ Index: linux-atm-2.4.1/src/test/ttcp.c   			perror("ttcp_mread");  Index: linux-atm-2.4.1/src/debug/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/debug/Makefile.in	2007-06-04 13:23:53.977528064 +0200 -+++ linux-atm-2.4.1/src/debug/Makefile.in	2007-06-04 13:23:54.484451000 +0200 +--- linux-atm-2.4.1.orig/src/debug/Makefile.in	2007-10-20 19:19:10.962253180 +0200 ++++ linux-atm-2.4.1/src/debug/Makefile.in	2007-10-20 19:19:11.894306297 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -15619,8 +15619,8 @@ Index: linux-atm-2.4.1/src/debug/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/qgen/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/Makefile.in	2007-06-04 13:23:53.983527152 +0200 -+++ linux-atm-2.4.1/src/qgen/Makefile.in	2007-06-04 13:23:54.484451000 +0200 +--- linux-atm-2.4.1.orig/src/qgen/Makefile.in	2007-10-20 19:19:10.966253409 +0200 ++++ linux-atm-2.4.1/src/qgen/Makefile.in	2007-10-20 19:19:11.898306522 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -15831,8 +15831,8 @@ Index: linux-atm-2.4.1/src/qgen/Makefile.in   default.nl: mknl.pl $(SYMFILES)  Index: linux-atm-2.4.1/src/qgen/ql_l.c  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/ql_l.c	2007-06-04 13:23:53.988526392 +0200 -+++ linux-atm-2.4.1/src/qgen/ql_l.c	2007-06-04 13:23:54.486450696 +0200 +--- linux-atm-2.4.1.orig/src/qgen/ql_l.c	2007-10-20 19:19:10.974253866 +0200 ++++ linux-atm-2.4.1/src/qgen/ql_l.c	2007-10-20 19:19:11.906306980 +0200  @@ -1,32 +1,85 @@  -/* A lexical scanner generated by flex */ @@ -17929,8 +17929,8 @@ Index: linux-atm-2.4.1/src/qgen/ql_l.c  +  Index: linux-atm-2.4.1/src/qgen/ql_y.c  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/ql_y.c	2007-06-04 13:23:53.994525480 +0200 -+++ linux-atm-2.4.1/src/qgen/ql_y.c	2007-06-04 13:23:54.488450392 +0200 +--- linux-atm-2.4.1.orig/src/qgen/ql_y.c	2007-10-20 19:19:10.982254320 +0200 ++++ linux-atm-2.4.1/src/qgen/ql_y.c	2007-10-20 19:19:11.938308801 +0200  @@ -1,21 +1,87 @@  +/* A Bison parser, made by GNU Bison 1.875d.  */ @@ -20531,8 +20531,8 @@ Index: linux-atm-2.4.1/src/qgen/ql_y.c  +  Index: linux-atm-2.4.1/src/qgen/ql_y.y  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/ql_y.y	2007-06-04 13:23:53.999524720 +0200 -+++ linux-atm-2.4.1/src/qgen/ql_y.y	2007-06-04 13:23:54.488450392 +0200 +--- linux-atm-2.4.1.orig/src/qgen/ql_y.y	2007-10-20 19:19:10.990254780 +0200 ++++ linux-atm-2.4.1/src/qgen/ql_y.y	2007-10-20 19:19:11.946309259 +0200  @@ -17,6 +17,8 @@   #include "qgen.h"   #include "file.h" @@ -20569,8 +20569,8 @@ Index: linux-atm-2.4.1/src/qgen/ql_y.y   	    $$->next = NULL;  Index: linux-atm-2.4.1/src/qgen/ql_l.l  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/ql_l.l	2007-06-04 13:23:54.005523808 +0200 -+++ linux-atm-2.4.1/src/qgen/ql_l.l	2007-06-04 13:23:54.489450240 +0200 +--- linux-atm-2.4.1.orig/src/qgen/ql_l.l	2007-10-20 19:19:10.994255006 +0200 ++++ linux-atm-2.4.1/src/qgen/ql_l.l	2007-10-20 19:19:11.946309259 +0200  @@ -68,7 +68,7 @@   %% @@ -20582,8 +20582,8 @@ Index: linux-atm-2.4.1/src/qgen/ql_l.l       exit(1);  Index: linux-atm-2.4.1/src/qgen/qlib.c  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/qlib.c	2007-06-04 13:23:54.010523048 +0200 -+++ linux-atm-2.4.1/src/qgen/qlib.c	2007-06-04 13:23:54.489450240 +0200 +--- linux-atm-2.4.1.orig/src/qgen/qlib.c	2007-10-20 19:19:11.002255460 +0200 ++++ linux-atm-2.4.1/src/qgen/qlib.c	2007-10-20 19:19:11.954309717 +0200  @@ -26,14 +26,14 @@   #include "op.h" @@ -20612,8 +20612,8 @@ Index: linux-atm-2.4.1/src/qgen/qlib.c       qd_start();  Index: linux-atm-2.4.1/src/qgen/qlib.h  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/qlib.h	2007-06-04 13:23:54.016522136 +0200 -+++ linux-atm-2.4.1/src/qgen/qlib.h	2007-06-04 13:23:54.489450240 +0200 +--- linux-atm-2.4.1.orig/src/qgen/qlib.h	2007-10-20 19:19:11.010255919 +0200 ++++ linux-atm-2.4.1/src/qgen/qlib.h	2007-10-20 19:19:11.958309941 +0200  @@ -23,7 +23,9 @@   #define Q_FATAL		-1 @@ -20626,8 +20626,8 @@ Index: linux-atm-2.4.1/src/qgen/qlib.h   #ifdef DUMP_MODE  Index: linux-atm-2.4.1/src/qgen/ql_y.h  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/ql_y.h	2007-06-04 13:23:54.021521376 +0200 -+++ linux-atm-2.4.1/src/qgen/ql_y.h	2007-06-04 13:23:54.490450088 +0200 +--- linux-atm-2.4.1.orig/src/qgen/ql_y.h	2007-10-20 19:19:11.014256146 +0200 ++++ linux-atm-2.4.1/src/qgen/ql_y.h	2007-10-20 19:19:11.970310630 +0200  @@ -1,4 +1,65 @@  -typedef union {  +/* A Bison parser, made by GNU Bison 1.875d.  */ @@ -20724,8 +20724,8 @@ Index: linux-atm-2.4.1/src/qgen/ql_y.h  +  Index: linux-atm-2.4.1/src/qgen/incl.pl  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/incl.pl	2007-06-04 13:23:54.027520464 +0200 -+++ linux-atm-2.4.1/src/qgen/incl.pl	2007-06-04 13:23:54.490450088 +0200 +--- linux-atm-2.4.1.orig/src/qgen/incl.pl	2007-10-20 19:19:11.022256600 +0200 ++++ linux-atm-2.4.1/src/qgen/incl.pl	2007-10-20 19:19:11.990311770 +0200  @@ -24,7 +24,7 @@   }   die "no include file specified" unless defined $last; @@ -20737,8 +20737,8 @@ Index: linux-atm-2.4.1/src/qgen/incl.pl   }  Index: linux-atm-2.4.1/src/qgen/msg.fmt  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/msg.fmt	2007-06-04 13:23:54.034519400 +0200 -+++ linux-atm-2.4.1/src/qgen/msg.fmt	2007-06-04 13:23:54.490450088 +0200 +--- linux-atm-2.4.1.orig/src/qgen/msg.fmt	2007-10-20 19:19:11.030257059 +0200 ++++ linux-atm-2.4.1/src/qgen/msg.fmt	2007-10-20 19:19:11.998312221 +0200  @@ -53,7 +53,7 @@       ATM_TD_FW_PCR_0	{ p##fw_pcr_0 <24> } \       ATM_TD_BW_PCR_0	{ p##bw_pcr_0 <24> } \ @@ -20770,7 +20770,7 @@ Index: linux-atm-2.4.1/src/qgen/msg.fmt  Index: linux-atm-2.4.1/src/qgen/output  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/src/qgen/output	2007-06-04 13:23:54.491449936 +0200 ++++ linux-atm-2.4.1/src/qgen/output	2007-10-20 19:19:12.006312679 +0200  @@ -0,0 +1,704 @@  +# 1 "<stdin>"  +# 1 "<built-in>" @@ -21478,8 +21478,8 @@ Index: linux-atm-2.4.1/src/qgen/output  +}  Index: linux-atm-2.4.1/src/saal/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/saal/Makefile.in	2007-06-04 13:23:54.046517576 +0200 -+++ linux-atm-2.4.1/src/saal/Makefile.in	2007-06-04 13:23:54.492449784 +0200 +--- linux-atm-2.4.1.orig/src/saal/Makefile.in	2007-10-20 19:19:11.078259790 +0200 ++++ linux-atm-2.4.1/src/saal/Makefile.in	2007-10-20 19:19:12.010312909 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -21670,8 +21670,8 @@ Index: linux-atm-2.4.1/src/saal/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/sigd/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/sigd/Makefile.in	2007-06-04 13:23:54.051516816 +0200 -+++ linux-atm-2.4.1/src/sigd/Makefile.in	2007-06-04 13:23:54.492449784 +0200 +--- linux-atm-2.4.1.orig/src/sigd/Makefile.in	2007-10-20 19:19:11.082260019 +0200 ++++ linux-atm-2.4.1/src/sigd/Makefile.in	2007-10-20 19:19:12.018313361 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -21923,8 +21923,8 @@ Index: linux-atm-2.4.1/src/sigd/Makefile.in   mess.c:	$(top_builddir)/src/qgen/uni.h mkmess.pl  Index: linux-atm-2.4.1/src/sigd/cfg_y.c  =================================================================== ---- linux-atm-2.4.1.orig/src/sigd/cfg_y.c	2007-06-04 13:23:54.057515904 +0200 -+++ linux-atm-2.4.1/src/sigd/cfg_y.c	2007-06-04 13:23:54.494449480 +0200 +--- linux-atm-2.4.1.orig/src/sigd/cfg_y.c	2007-10-20 19:19:11.090260479 +0200 ++++ linux-atm-2.4.1/src/sigd/cfg_y.c	2007-10-20 19:19:12.050315189 +0200  @@ -1,46 +1,137 @@  +/* A Bison parser, made by GNU Bison 1.875d.  */ @@ -24646,8 +24646,8 @@ Index: linux-atm-2.4.1/src/sigd/cfg_y.c  +  Index: linux-atm-2.4.1/src/sigd/proto.c  =================================================================== ---- linux-atm-2.4.1.orig/src/sigd/proto.c	2007-06-04 13:23:54.062515144 +0200 -+++ linux-atm-2.4.1/src/sigd/proto.c	2007-06-04 13:23:54.495449328 +0200 +--- linux-atm-2.4.1.orig/src/sigd/proto.c	2007-10-20 19:19:11.098260930 +0200 ++++ linux-atm-2.4.1/src/sigd/proto.c	2007-10-20 19:19:12.058315640 +0200  @@ -259,6 +259,7 @@   		break;   	    } @@ -24666,8 +24666,8 @@ Index: linux-atm-2.4.1/src/sigd/proto.c       }  Index: linux-atm-2.4.1/src/sigd/cfg_y.y  =================================================================== ---- linux-atm-2.4.1.orig/src/sigd/cfg_y.y	2007-06-04 13:23:54.068514232 +0200 -+++ linux-atm-2.4.1/src/sigd/cfg_y.y	2007-06-04 13:23:54.495449328 +0200 +--- linux-atm-2.4.1.orig/src/sigd/cfg_y.y	2007-10-20 19:19:11.106261388 +0200 ++++ linux-atm-2.4.1/src/sigd/cfg_y.y	2007-10-20 19:19:12.066316098 +0200  @@ -7,6 +7,7 @@   #include <config.h>   #endif @@ -24715,8 +24715,8 @@ Index: linux-atm-2.4.1/src/sigd/cfg_y.y   	}  Index: linux-atm-2.4.1/src/sigd/cfg_y.h  =================================================================== ---- linux-atm-2.4.1.orig/src/sigd/cfg_y.h	2007-06-04 13:23:54.074513320 +0200 -+++ linux-atm-2.4.1/src/sigd/cfg_y.h	2007-06-04 13:23:54.496449176 +0200 +--- linux-atm-2.4.1.orig/src/sigd/cfg_y.h	2007-10-20 19:19:11.110261618 +0200 ++++ linux-atm-2.4.1/src/sigd/cfg_y.h	2007-10-20 19:19:12.066316098 +0200  @@ -1,44 +1,127 @@  -typedef union {  +/* A Bison parser, made by GNU Bison 1.875d.  */ @@ -24885,8 +24885,8 @@ Index: linux-atm-2.4.1/src/sigd/cfg_y.h  +  Index: linux-atm-2.4.1/src/maint/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/maint/Makefile.in	2007-06-04 13:23:54.079512560 +0200 -+++ linux-atm-2.4.1/src/maint/Makefile.in	2007-06-04 13:23:54.496449176 +0200 +--- linux-atm-2.4.1.orig/src/maint/Makefile.in	2007-10-20 19:19:11.118262070 +0200 ++++ linux-atm-2.4.1/src/maint/Makefile.in	2007-10-20 19:19:12.086317238 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -25075,8 +25075,8 @@ Index: linux-atm-2.4.1/src/maint/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/maint/atmtcp.c  =================================================================== ---- linux-atm-2.4.1.orig/src/maint/atmtcp.c	2007-06-04 13:23:54.085511648 +0200 -+++ linux-atm-2.4.1/src/maint/atmtcp.c	2007-06-04 13:23:54.497449024 +0200 +--- linux-atm-2.4.1.orig/src/maint/atmtcp.c	2007-10-20 19:19:11.126262528 +0200 ++++ linux-atm-2.4.1/src/maint/atmtcp.c	2007-10-20 19:19:12.114318835 +0200  @@ -60,7 +60,7 @@   static IN *inputs = NULL;   static fd_set in_set; @@ -25193,8 +25193,8 @@ Index: linux-atm-2.4.1/src/maint/atmtcp.c   	    if ((fd = socket(PF_INET,SOCK_STREAM,0)) < 0) {  Index: linux-atm-2.4.1/src/maint/enitune.c  =================================================================== ---- linux-atm-2.4.1.orig/src/maint/enitune.c	2007-06-04 13:23:54.091510736 +0200 -+++ linux-atm-2.4.1/src/maint/enitune.c	2007-06-04 13:23:54.497449024 +0200 +--- linux-atm-2.4.1.orig/src/maint/enitune.c	2007-10-20 19:19:11.134262985 +0200 ++++ linux-atm-2.4.1/src/maint/enitune.c	2007-10-20 19:19:12.118319060 +0200  @@ -44,6 +44,7 @@   		if (*end || mult.rx <= 100) usage(name);   		break; @@ -25205,8 +25205,8 @@ Index: linux-atm-2.4.1/src/maint/enitune.c       sioc.number = strtol(argv[optind],&end,0);  Index: linux-atm-2.4.1/src/arpd/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/arpd/Makefile.in	2007-06-04 13:23:54.097509824 +0200 -+++ linux-atm-2.4.1/src/arpd/Makefile.in	2007-06-04 13:23:54.497449024 +0200 +--- linux-atm-2.4.1.orig/src/arpd/Makefile.in	2007-10-20 19:19:11.142263438 +0200 ++++ linux-atm-2.4.1/src/arpd/Makefile.in	2007-10-20 19:19:12.126319517 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -25392,8 +25392,8 @@ Index: linux-atm-2.4.1/src/arpd/Makefile.in   distclean-generic clean-generic maintainer-clean-generic clean \  Index: linux-atm-2.4.1/src/arpd/atmarp.c  =================================================================== ---- linux-atm-2.4.1.orig/src/arpd/atmarp.c	2007-06-04 13:23:54.103508912 +0200 -+++ linux-atm-2.4.1/src/arpd/atmarp.c	2007-06-04 13:23:54.497449024 +0200 +--- linux-atm-2.4.1.orig/src/arpd/atmarp.c	2007-10-20 19:19:11.150263898 +0200 ++++ linux-atm-2.4.1/src/arpd/atmarp.c	2007-10-20 19:19:12.126319517 +0200  @@ -92,7 +92,7 @@   	    perror("read " ATMARP_DUMP_DIR "/" ATMARP_DUMP_FILE);   	    return 1; @@ -25405,8 +25405,8 @@ Index: linux-atm-2.4.1/src/arpd/atmarp.c   	}  Index: linux-atm-2.4.1/src/ilmid/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/Makefile.in	2007-06-04 13:23:54.108508152 +0200 -+++ linux-atm-2.4.1/src/ilmid/Makefile.in	2007-06-04 13:23:54.498448872 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/Makefile.in	2007-10-20 19:19:11.154264125 +0200 ++++ linux-atm-2.4.1/src/ilmid/Makefile.in	2007-10-20 19:19:12.142320428 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -25646,8 +25646,8 @@ Index: linux-atm-2.4.1/src/ilmid/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/ilmid/io.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/io.c	2007-06-04 13:23:54.114507240 +0200 -+++ linux-atm-2.4.1/src/ilmid/io.c	2007-06-04 13:23:54.498448872 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/io.c	2007-10-20 19:19:11.162264578 +0200 ++++ linux-atm-2.4.1/src/ilmid/io.c	2007-10-20 19:19:12.166321797 +0200  @@ -32,6 +32,7 @@   #include <net/if.h>   #include <atm.h> @@ -25664,8 +25664,8 @@ Index: linux-atm-2.4.1/src/ilmid/io.c   }  Index: linux-atm-2.4.1/src/ilmid/atmf_uni.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/atmf_uni.c	2007-06-04 13:23:54.119506480 +0200 -+++ linux-atm-2.4.1/src/ilmid/atmf_uni.c	2007-06-04 13:23:54.498448872 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/atmf_uni.c	2007-10-20 19:19:11.174265264 +0200 ++++ linux-atm-2.4.1/src/ilmid/atmf_uni.c	2007-10-20 19:19:12.174322254 +0200  @@ -187,7 +187,7 @@         newPrefix->name = alloc_t(AsnOid);         newPrefix->name->octs = alloc(varBindName->octetLen); @@ -25686,8 +25686,8 @@ Index: linux-atm-2.4.1/src/ilmid/atmf_uni.c     return NOERROR;  Index: linux-atm-2.4.1/src/ilmid/mib.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/mib.c	2007-06-04 13:23:54.124505720 +0200 -+++ linux-atm-2.4.1/src/ilmid/mib.c	2007-06-04 13:23:54.499448720 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/mib.c	2007-10-20 19:19:11.182265718 +0200 ++++ linux-atm-2.4.1/src/ilmid/mib.c	2007-10-20 19:19:12.182322708 +0200  @@ -58,13 +58,13 @@     { NULL }   }; @@ -25767,8 +25767,8 @@ Index: linux-atm-2.4.1/src/ilmid/mib.c  Index: linux-atm-2.4.1/src/ilmid/mib.h  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/mib.h	2007-06-04 13:23:54.130504808 +0200 -+++ linux-atm-2.4.1/src/ilmid/mib.h	2007-06-04 13:23:54.499448720 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/mib.h	2007-10-20 19:19:11.190266178 +0200 ++++ linux-atm-2.4.1/src/ilmid/mib.h	2007-10-20 19:19:12.182322708 +0200  @@ -39,9 +39,9 @@     void *value;   } Variable; @@ -25784,8 +25784,8 @@ Index: linux-atm-2.4.1/src/ilmid/mib.h   AsnInt getString(VarBind *varbind, Variable *var);  Index: linux-atm-2.4.1/src/ilmid/ilmid.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/ilmid.c	2007-06-04 13:23:54.135504048 +0200 -+++ linux-atm-2.4.1/src/ilmid/ilmid.c	2007-06-04 13:23:54.499448720 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/ilmid.c	2007-10-20 19:19:11.198266629 +0200 ++++ linux-atm-2.4.1/src/ilmid/ilmid.c	2007-10-20 19:19:12.186322937 +0200  @@ -33,6 +33,7 @@   #include <config.h>   #endif @@ -25796,8 +25796,8 @@ Index: linux-atm-2.4.1/src/ilmid/ilmid.c   #include <errno.h>  Index: linux-atm-2.4.1/src/ilmid/asn1/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/asn1/Makefile.in	2007-06-04 13:23:54.141503136 +0200 -+++ linux-atm-2.4.1/src/ilmid/asn1/Makefile.in	2007-06-04 13:23:54.499448720 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/asn1/Makefile.in	2007-10-20 19:19:11.202266858 +0200 ++++ linux-atm-2.4.1/src/ilmid/asn1/Makefile.in	2007-10-20 19:19:12.190323167 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -26005,8 +26005,8 @@ Index: linux-atm-2.4.1/src/ilmid/asn1/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/ilmid/asn1/asn_int.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_int.c	2007-06-04 13:23:54.147502224 +0200 -+++ linux-atm-2.4.1/src/ilmid/asn1/asn_int.c	2007-06-04 13:23:54.500448568 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_int.c	2007-10-20 19:19:11.210267317 +0200 ++++ linux-atm-2.4.1/src/ilmid/asn1/asn_int.c	2007-10-20 19:19:12.226325216 +0200  @@ -185,7 +185,7 @@   AsnInt* v _AND_   unsigned short int indent) @@ -26033,8 +26033,8 @@ Index: linux-atm-2.4.1/src/ilmid/asn1/asn_int.c   }   Index: linux-atm-2.4.1/src/ilmid/asn1/asn_octs.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_octs.c	2007-06-04 13:23:54.152501464 +0200 -+++ linux-atm-2.4.1/src/ilmid/asn1/asn_octs.c	2007-06-04 13:23:54.500448568 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_octs.c	2007-10-20 19:19:11.218267769 +0200 ++++ linux-atm-2.4.1/src/ilmid/asn1/asn_octs.c	2007-10-20 19:19:12.230325447 +0200  @@ -21,6 +21,9 @@   #include <config.h>   #endif @@ -26047,8 +26047,8 @@ Index: linux-atm-2.4.1/src/ilmid/asn1/asn_octs.c   #include "asn_tag.h"  Index: linux-atm-2.4.1/src/ilmid/asn1/asn_bits.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_bits.c	2007-06-04 13:23:54.157500704 +0200 -+++ linux-atm-2.4.1/src/ilmid/asn1/asn_bits.c	2007-06-04 13:23:54.500448568 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_bits.c	2007-10-20 19:19:11.222267998 +0200 ++++ linux-atm-2.4.1/src/ilmid/asn1/asn_bits.c	2007-10-20 19:19:12.234325674 +0200  @@ -21,6 +21,9 @@   #include <config.h>   #endif @@ -26061,8 +26061,8 @@ Index: linux-atm-2.4.1/src/ilmid/asn1/asn_bits.c   #include "asn_tag.h"  Index: linux-atm-2.4.1/src/ilmid/asn1/asn_oid.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_oid.c	2007-06-04 13:23:54.163499792 +0200 -+++ linux-atm-2.4.1/src/ilmid/asn1/asn_oid.c	2007-06-04 13:23:54.500448568 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_oid.c	2007-10-20 19:19:11.230268457 +0200 ++++ linux-atm-2.4.1/src/ilmid/asn1/asn_oid.c	2007-10-20 19:19:12.246326356 +0200  @@ -21,6 +21,9 @@   #include <config.h>   #endif @@ -26093,8 +26093,8 @@ Index: linux-atm-2.4.1/src/ilmid/asn1/asn_oid.c  Index: linux-atm-2.4.1/src/ilmid/asn1/asn_list.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_list.c	2007-06-04 13:23:54.168499032 +0200 -+++ linux-atm-2.4.1/src/ilmid/asn1/asn_list.c	2007-06-04 13:23:54.501448416 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/asn1/asn_list.c	2007-10-20 19:19:11.238268909 +0200 ++++ linux-atm-2.4.1/src/ilmid/asn1/asn_list.c	2007-10-20 19:19:12.262327267 +0200  @@ -20,6 +20,8 @@   #include <config.h>   #endif @@ -26106,8 +26106,8 @@ Index: linux-atm-2.4.1/src/ilmid/asn1/asn_list.c  Index: linux-atm-2.4.1/src/ilmid/asn1/nibble_alloc.c  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/asn1/nibble_alloc.c	2007-06-04 13:23:54.174498120 +0200 -+++ linux-atm-2.4.1/src/ilmid/asn1/nibble_alloc.c	2007-06-04 13:23:54.501448416 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/asn1/nibble_alloc.c	2007-10-20 19:19:11.246269366 +0200 ++++ linux-atm-2.4.1/src/ilmid/asn1/nibble_alloc.c	2007-10-20 19:19:12.286328636 +0200  @@ -20,7 +20,9 @@   #include <config.h>   #endif @@ -26120,8 +26120,8 @@ Index: linux-atm-2.4.1/src/ilmid/asn1/nibble_alloc.c  Index: linux-atm-2.4.1/src/ilmid/asn1/nibble_alloc.h  =================================================================== ---- linux-atm-2.4.1.orig/src/ilmid/asn1/nibble_alloc.h	2007-06-04 13:23:54.181497056 +0200 -+++ linux-atm-2.4.1/src/ilmid/asn1/nibble_alloc.h	2007-06-04 13:23:54.501448416 +0200 +--- linux-atm-2.4.1.orig/src/ilmid/asn1/nibble_alloc.h	2007-10-20 19:19:11.254269824 +0200 ++++ linux-atm-2.4.1/src/ilmid/asn1/nibble_alloc.h	2007-10-20 19:19:12.294329093 +0200  @@ -39,13 +39,13 @@   void InitNibbleMem PROTO((unsigned long int initialSize,                             unsigned long int incrementSize)); @@ -26140,8 +26140,8 @@ Index: linux-atm-2.4.1/src/ilmid/asn1/nibble_alloc.h   #endif /* conditional include */  Index: linux-atm-2.4.1/src/man/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/man/Makefile.in	2007-06-04 13:23:54.187496144 +0200 -+++ linux-atm-2.4.1/src/man/Makefile.in	2007-06-04 13:23:54.501448416 +0200 +--- linux-atm-2.4.1.orig/src/man/Makefile.in	2007-10-20 19:19:11.262270277 +0200 ++++ linux-atm-2.4.1/src/man/Makefile.in	2007-10-20 19:19:12.302329547 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -26180,8 +26180,8 @@ Index: linux-atm-2.4.1/src/man/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/src/led/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/led/Makefile.in	2007-06-04 13:23:54.193495232 +0200 -+++ linux-atm-2.4.1/src/led/Makefile.in	2007-06-04 13:23:54.502448264 +0200 +--- linux-atm-2.4.1.orig/src/led/Makefile.in	2007-10-20 19:19:11.270270737 +0200 ++++ linux-atm-2.4.1/src/led/Makefile.in	2007-10-20 19:19:12.306329776 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -26381,8 +26381,8 @@ Index: linux-atm-2.4.1/src/led/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/lane/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/lane/Makefile.in	2007-06-04 13:23:54.200494168 +0200 -+++ linux-atm-2.4.1/src/lane/Makefile.in	2007-06-04 13:23:54.502448264 +0200 +--- linux-atm-2.4.1.orig/src/lane/Makefile.in	2007-10-20 19:19:11.302272557 +0200 ++++ linux-atm-2.4.1/src/lane/Makefile.in	2007-10-20 19:19:12.310330006 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -26628,8 +26628,8 @@ Index: linux-atm-2.4.1/src/lane/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/mpoad/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/mpoad/Makefile.in	2007-06-04 13:23:54.206493256 +0200 -+++ linux-atm-2.4.1/src/mpoad/Makefile.in	2007-06-04 13:23:54.503448112 +0200 +--- linux-atm-2.4.1.orig/src/mpoad/Makefile.in	2007-10-20 19:19:11.310273016 +0200 ++++ linux-atm-2.4.1/src/mpoad/Makefile.in	2007-10-20 19:19:12.346332055 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -26831,8 +26831,8 @@ Index: linux-atm-2.4.1/src/mpoad/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/mpoad/p_factory.c  =================================================================== ---- linux-atm-2.4.1.orig/src/mpoad/p_factory.c	2007-06-04 13:23:54.212492344 +0200 -+++ linux-atm-2.4.1/src/mpoad/p_factory.c	2007-06-04 13:23:54.503448112 +0200 +--- linux-atm-2.4.1.orig/src/mpoad/p_factory.c	2007-10-20 19:19:11.318273468 +0200 ++++ linux-atm-2.4.1/src/mpoad/p_factory.c	2007-10-20 19:19:12.350332286 +0200  @@ -34,7 +34,7 @@           while( count > 1 )  { @@ -26844,8 +26844,8 @@ Index: linux-atm-2.4.1/src/mpoad/p_factory.c  Index: linux-atm-2.4.1/src/switch/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/Makefile.in	2007-06-04 13:23:54.218491432 +0200 -+++ linux-atm-2.4.1/src/switch/Makefile.in	2007-06-04 13:23:54.503448112 +0200 +--- linux-atm-2.4.1.orig/src/switch/Makefile.in	2007-10-20 19:19:11.322273697 +0200 ++++ linux-atm-2.4.1/src/switch/Makefile.in	2007-10-20 19:19:12.358332737 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -27058,8 +27058,8 @@ Index: linux-atm-2.4.1/src/switch/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/switch/cfg_y.c  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/cfg_y.c	2007-06-04 13:23:54.223490672 +0200 -+++ linux-atm-2.4.1/src/switch/cfg_y.c	2007-06-04 13:23:54.505447808 +0200 +--- linux-atm-2.4.1.orig/src/switch/cfg_y.c	2007-10-20 19:19:11.330274156 +0200 ++++ linux-atm-2.4.1/src/switch/cfg_y.c	2007-10-20 19:19:12.366333195 +0200  @@ -1,21 +1,87 @@  +/* A Bison parser, made by GNU Bison 1.875d.  */ @@ -29094,8 +29094,8 @@ Index: linux-atm-2.4.1/src/switch/cfg_y.c  +  Index: linux-atm-2.4.1/src/switch/cfg_y.y  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/cfg_y.y	2007-06-04 13:23:54.229489760 +0200 -+++ linux-atm-2.4.1/src/switch/cfg_y.y	2007-06-04 13:23:54.505447808 +0200 +--- linux-atm-2.4.1.orig/src/switch/cfg_y.y	2007-10-20 19:19:11.338274608 +0200 ++++ linux-atm-2.4.1/src/switch/cfg_y.y	2007-10-20 19:19:12.366333195 +0200  @@ -10,6 +10,7 @@   #include <string.h>   #include <errno.h> @@ -29115,8 +29115,8 @@ Index: linux-atm-2.4.1/src/switch/cfg_y.y  Index: linux-atm-2.4.1/src/switch/cfg_y.h  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/cfg_y.h	2007-06-04 13:23:54.234489000 +0200 -+++ linux-atm-2.4.1/src/switch/cfg_y.h	2007-06-04 13:23:54.505447808 +0200 +--- linux-atm-2.4.1.orig/src/switch/cfg_y.h	2007-10-20 19:19:11.346275065 +0200 ++++ linux-atm-2.4.1/src/switch/cfg_y.h	2007-10-20 19:19:12.370333426 +0200  @@ -1,19 +1,77 @@  -typedef union {  +/* A Bison parser, made by GNU Bison 1.875d.  */ @@ -29210,8 +29210,8 @@ Index: linux-atm-2.4.1/src/switch/cfg_y.h  +  Index: linux-atm-2.4.1/src/switch/debug/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/debug/Makefile.in	2007-06-04 13:23:54.239488240 +0200 -+++ linux-atm-2.4.1/src/switch/debug/Makefile.in	2007-06-04 13:23:54.506447656 +0200 +--- linux-atm-2.4.1.orig/src/switch/debug/Makefile.in	2007-10-20 19:19:11.350275296 +0200 ++++ linux-atm-2.4.1/src/switch/debug/Makefile.in	2007-10-20 19:19:12.378333877 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -29392,8 +29392,8 @@ Index: linux-atm-2.4.1/src/switch/debug/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/switch/debug/debug.c  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/debug/debug.c	2007-06-04 13:23:54.246487176 +0200 -+++ linux-atm-2.4.1/src/switch/debug/debug.c	2007-06-04 13:23:54.506447656 +0200 +--- linux-atm-2.4.1.orig/src/switch/debug/debug.c	2007-10-20 19:19:11.358275747 +0200 ++++ linux-atm-2.4.1/src/switch/debug/debug.c	2007-10-20 19:19:12.414335932 +0200  @@ -43,7 +43,7 @@   void fab_init(CALL *call) @@ -29414,8 +29414,8 @@ Index: linux-atm-2.4.1/src/switch/debug/debug.c  Index: linux-atm-2.4.1/src/switch/tcp/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/tcp/Makefile.in	2007-06-04 13:23:54.252486264 +0200 -+++ linux-atm-2.4.1/src/switch/tcp/Makefile.in	2007-06-04 13:23:54.506447656 +0200 +--- linux-atm-2.4.1.orig/src/switch/tcp/Makefile.in	2007-10-20 19:19:11.366276205 +0200 ++++ linux-atm-2.4.1/src/switch/tcp/Makefile.in	2007-10-20 19:19:12.422336385 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -29596,8 +29596,8 @@ Index: linux-atm-2.4.1/src/switch/tcp/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.  Index: linux-atm-2.4.1/src/switch/tcp/tcpsw.c  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/tcp/tcpsw.c	2007-06-04 13:23:54.259485200 +0200 -+++ linux-atm-2.4.1/src/switch/tcp/tcpsw.c	2007-06-04 13:23:54.507447504 +0200 +--- linux-atm-2.4.1.orig/src/switch/tcp/tcpsw.c	2007-10-20 19:19:11.374276662 +0200 ++++ linux-atm-2.4.1/src/switch/tcp/tcpsw.c	2007-10-20 19:19:12.426336614 +0200  @@ -345,7 +345,7 @@   void fab_init(CALL *call) @@ -29618,8 +29618,8 @@ Index: linux-atm-2.4.1/src/switch/tcp/tcpsw.c  Index: linux-atm-2.4.1/src/config/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/config/Makefile.in	2007-06-04 13:23:54.264484440 +0200 -+++ linux-atm-2.4.1/src/config/Makefile.in	2007-06-04 13:23:54.507447504 +0200 +--- linux-atm-2.4.1.orig/src/config/Makefile.in	2007-10-20 19:19:11.382277116 +0200 ++++ linux-atm-2.4.1/src/config/Makefile.in	2007-10-20 19:19:12.430336845 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -29667,8 +29667,8 @@ Index: linux-atm-2.4.1/src/config/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/src/config/init-redhat/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/config/init-redhat/Makefile.in	2007-06-04 13:23:54.271483376 +0200 -+++ linux-atm-2.4.1/src/config/init-redhat/Makefile.in	2007-06-04 13:23:54.507447504 +0200 +--- linux-atm-2.4.1.orig/src/config/init-redhat/Makefile.in	2007-10-20 19:19:11.390277576 +0200 ++++ linux-atm-2.4.1/src/config/init-redhat/Makefile.in	2007-10-20 19:19:12.438337296 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -29707,8 +29707,8 @@ Index: linux-atm-2.4.1/src/config/init-redhat/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/src/extra/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/extra/Makefile.in	2007-06-04 13:23:54.277482464 +0200 -+++ linux-atm-2.4.1/src/extra/Makefile.in	2007-06-04 13:23:54.508447352 +0200 +--- linux-atm-2.4.1.orig/src/extra/Makefile.in	2007-10-20 19:19:11.422279396 +0200 ++++ linux-atm-2.4.1/src/extra/Makefile.in	2007-10-20 19:19:12.474339351 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -29756,8 +29756,8 @@ Index: linux-atm-2.4.1/src/extra/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/src/extra/ANS/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/extra/ANS/Makefile.in	2007-06-04 13:23:54.285481248 +0200 -+++ linux-atm-2.4.1/src/extra/ANS/Makefile.in	2007-06-04 13:23:54.508447352 +0200 +--- linux-atm-2.4.1.orig/src/extra/ANS/Makefile.in	2007-10-20 19:19:11.442280535 +0200 ++++ linux-atm-2.4.1/src/extra/ANS/Makefile.in	2007-10-20 19:19:12.482339805 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -29796,8 +29796,8 @@ Index: linux-atm-2.4.1/src/extra/ANS/Makefile.in   	  if test -d $$d/$$file; then \  Index: linux-atm-2.4.1/doc/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/doc/Makefile.in	2007-06-04 13:23:54.291480336 +0200 -+++ linux-atm-2.4.1/doc/Makefile.in	2007-06-04 13:23:54.509447200 +0200 +--- linux-atm-2.4.1.orig/doc/Makefile.in	2007-10-20 19:19:11.450280995 +0200 ++++ linux-atm-2.4.1/doc/Makefile.in	2007-10-20 19:19:12.494340491 +0200  @@ -1,4 +1,4 @@  -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am  +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am @@ -29837,13 +29837,13 @@ Index: linux-atm-2.4.1/doc/Makefile.in  Index: linux-atm-2.4.1/debian/patches/00list  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/patches/00list	2007-06-04 13:23:54.509447200 +0200 ++++ linux-atm-2.4.1/debian/patches/00list	2007-10-20 19:19:12.494340491 +0200  @@ -0,0 +1 @@  +10_atmbr2684.h  Index: linux-atm-2.4.1/debian/patches/10_atmbr2684.h.dpatch  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/patches/10_atmbr2684.h.dpatch	2007-06-04 13:23:54.510447048 +0200 ++++ linux-atm-2.4.1/debian/patches/10_atmbr2684.h.dpatch	2007-10-20 19:19:12.506341173 +0200  @@ -0,0 +1,598 @@  +#! /bin/sh -e  +## 01_kernel-header.dpatch by  <bengen+debian@hilluzination.de> @@ -30446,7 +30446,7 @@ Index: linux-atm-2.4.1/debian/patches/10_atmbr2684.h.dpatch  Index: linux-atm-2.4.1/debian/control  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/control	2007-06-04 13:23:54.510447048 +0200 ++++ linux-atm-2.4.1/debian/control	2007-10-20 19:19:12.506341173 +0200  @@ -0,0 +1,57 @@  +Source: linux-atm  +Section: net @@ -30508,7 +30508,7 @@ Index: linux-atm-2.4.1/debian/control  Index: linux-atm-2.4.1/debian/rules  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/rules	2007-06-04 13:23:54.510447048 +0200 ++++ linux-atm-2.4.1/debian/rules	2007-10-20 19:19:12.510341404 +0200  @@ -0,0 +1,136 @@  +#!/usr/bin/make -f  +# Sample debian/rules that uses debhelper. @@ -30649,13 +30649,13 @@ Index: linux-atm-2.4.1/debian/rules  Index: linux-atm-2.4.1/debian/atm-tools-br2684.install  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools-br2684.install	2007-06-04 13:23:54.510447048 +0200 ++++ linux-atm-2.4.1/debian/atm-tools-br2684.install	2007-10-20 19:19:12.538342995 +0200  @@ -0,0 +1 @@  +debian/tmp/usr/sbin/br2684ctl usr/sbin  Index: linux-atm-2.4.1/debian/atm-tools-br2684/usr/share/doc/atm-tools-br2684/changelog.Debian  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools-br2684/usr/share/doc/atm-tools-br2684/changelog.Debian	2007-06-04 13:23:54.511446896 +0200 ++++ linux-atm-2.4.1/debian/atm-tools-br2684/usr/share/doc/atm-tools-br2684/changelog.Debian	2007-10-20 19:19:12.546343453 +0200  @@ -0,0 +1,206 @@  +linux-atm (2.4.1-16) unstable; urgency=low  + @@ -30866,7 +30866,7 @@ Index: linux-atm-2.4.1/debian/atm-tools-br2684/usr/share/doc/atm-tools-br2684/ch  Index: linux-atm-2.4.1/debian/atm-tools-br2684/usr/share/doc/atm-tools-br2684/changelog  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools-br2684/usr/share/doc/atm-tools-br2684/changelog	2007-06-04 13:23:54.514446440 +0200 ++++ linux-atm-2.4.1/debian/atm-tools-br2684/usr/share/doc/atm-tools-br2684/changelog	2007-10-20 19:19:12.566344593 +0200  @@ -0,0 +1,3299 @@  +Version 2.4.0 to 2.4.1 (25-APR-2003)  +===================== @@ -34170,13 +34170,13 @@ Index: linux-atm-2.4.1/debian/atm-tools-br2684/usr/share/doc/atm-tools-br2684/ch  Index: linux-atm-2.4.1/debian/atm-tools-br2684.manpages  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools-br2684.manpages	2007-06-04 13:23:54.515446288 +0200 ++++ linux-atm-2.4.1/debian/atm-tools-br2684.manpages	2007-10-20 19:19:12.574345050 +0200  @@ -0,0 +1 @@  +debian/tmp/usr/share/man/man8/br2684ctl.8  Index: linux-atm-2.4.1/debian/atm-tools.atm  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools.atm	2007-06-04 13:23:54.515446288 +0200 ++++ linux-atm-2.4.1/debian/atm-tools.atm	2007-10-20 19:19:12.582345504 +0200  @@ -0,0 +1,27 @@  +#!/bin/sh  +# Start/stop the atm daemon(s). @@ -34208,7 +34208,7 @@ Index: linux-atm-2.4.1/debian/atm-tools.atm  Index: linux-atm-2.4.1/debian/atm-tools.docs  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools.docs	2007-06-04 13:23:54.515446288 +0200 ++++ linux-atm-2.4.1/debian/atm-tools.docs	2007-10-20 19:19:12.582345504 +0200  @@ -0,0 +1,4 @@  +BUGS  +README @@ -34217,7 +34217,7 @@ Index: linux-atm-2.4.1/debian/atm-tools.docs  Index: linux-atm-2.4.1/debian/control.old  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/control.old	2007-06-04 13:23:54.515446288 +0200 ++++ linux-atm-2.4.1/debian/control.old	2007-10-20 19:19:12.598346415 +0200  @@ -0,0 +1,72 @@  +Source: linux-atm  +Section: net @@ -34294,7 +34294,7 @@ Index: linux-atm-2.4.1/debian/control.old  Index: linux-atm-2.4.1/debian/atm-tools.install  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools.install	2007-06-04 13:23:54.516446136 +0200 ++++ linux-atm-2.4.1/debian/atm-tools.install	2007-10-20 19:19:12.618347555 +0200  @@ -0,0 +1,18 @@  +debian/tmp/usr/share/man/*  +debian/tmp/usr/bin/* @@ -34317,13 +34317,13 @@ Index: linux-atm-2.4.1/debian/atm-tools.install  Index: linux-atm-2.4.1/debian/atm-tools.manpages  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools.manpages	2007-06-04 13:23:54.516446136 +0200 ++++ linux-atm-2.4.1/debian/atm-tools.manpages	2007-10-20 19:19:12.622347783 +0200  @@ -0,0 +1 @@  +debian/atm-tools.8  Index: linux-atm-2.4.1/debian/atm-tools.pod  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/atm-tools.pod	2007-06-04 13:23:54.516446136 +0200 ++++ linux-atm-2.4.1/debian/atm-tools.pod	2007-10-20 19:19:12.638348694 +0200  @@ -0,0 +1,27 @@  +=head1 NAME  + @@ -34355,7 +34355,7 @@ Index: linux-atm-2.4.1/debian/atm-tools.pod  Index: linux-atm-2.4.1/debian/changelog  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/changelog	2007-06-04 13:23:54.517445984 +0200 ++++ linux-atm-2.4.1/debian/changelog	2007-10-20 19:19:12.650349383 +0200  @@ -0,0 +1,212 @@  +linux-atm (2.4.1-17) unstable; urgency=low  + @@ -34572,7 +34572,7 @@ Index: linux-atm-2.4.1/debian/changelog  Index: linux-atm-2.4.1/debian/checkout-br2684  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/checkout-br2684	2007-06-04 13:23:54.517445984 +0200 ++++ linux-atm-2.4.1/debian/checkout-br2684	2007-10-20 19:19:12.654349609 +0200  @@ -0,0 +1,25 @@  +#!/bin/bash -x  + @@ -34602,7 +34602,7 @@ Index: linux-atm-2.4.1/debian/checkout-br2684  Index: linux-atm-2.4.1/debian/copyright.header  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/copyright.header	2007-06-04 13:23:54.517445984 +0200 ++++ linux-atm-2.4.1/debian/copyright.header	2007-10-20 19:19:12.662350063 +0200  @@ -0,0 +1,18 @@  +This package was debianized by Russell Coker <russell@coker.com.au> on  +Fri, 24 Aug 2001 16:11:12 +0200 and is now maintained by Marc Haber @@ -34625,39 +34625,39 @@ Index: linux-atm-2.4.1/debian/copyright.header  Index: linux-atm-2.4.1/debian/libatm1-dev.dirs  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/libatm1-dev.dirs	2007-06-04 13:23:54.517445984 +0200 ++++ linux-atm-2.4.1/debian/libatm1-dev.dirs	2007-10-20 19:19:12.686351432 +0200  @@ -0,0 +1,2 @@  +usr/lib  +usr/include  Index: linux-atm-2.4.1/debian/libatm1-dev.docs  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/libatm1-dev.docs	2007-06-04 13:23:54.518445832 +0200 ++++ linux-atm-2.4.1/debian/libatm1-dev.docs	2007-10-20 19:19:12.690351662 +0200  @@ -0,0 +1,2 @@  +doc/README.CLP  +doc/atm-linux-howto.txt  Index: linux-atm-2.4.1/debian/libatm1-dev.install  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/libatm1-dev.install	2007-06-04 13:23:54.518445832 +0200 ++++ linux-atm-2.4.1/debian/libatm1-dev.install	2007-10-20 19:19:12.694351889 +0200  @@ -0,0 +1,2 @@  +debian/tmp/usr/include/*  +debian/tmp/usr/lib/*.a usr/lib  Index: linux-atm-2.4.1/debian/libatm1-dev.links  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/libatm1-dev.links	2007-06-04 13:23:54.518445832 +0200 ++++ linux-atm-2.4.1/debian/libatm1-dev.links	2007-10-20 19:19:12.706352571 +0200  @@ -0,0 +1 @@  +lib/libatm.so.1 usr/lib/libatm.so  Index: linux-atm-2.4.1/debian/libatm1.dirs  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/libatm1.dirs	2007-06-04 13:23:54.519445680 +0200 ++++ linux-atm-2.4.1/debian/libatm1.dirs	2007-10-20 19:19:12.734354169 +0200  @@ -0,0 +1 @@  +/lib  Index: linux-atm-2.4.1/debian/libatm1.install  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/debian/libatm1.install	2007-06-04 13:23:54.519445680 +0200 ++++ linux-atm-2.4.1/debian/libatm1.install	2007-10-20 19:19:12.738354393 +0200  @@ -0,0 +1 @@  +debian/tmp/usr/lib/libatm.so.* lib diff --git a/package/linux-atm/patches/100-subdirs.patch b/package/linux-atm/patches/100-subdirs.patch index 112c5bb63..7e35cbef0 100644 --- a/package/linux-atm/patches/100-subdirs.patch +++ b/package/linux-atm/patches/100-subdirs.patch @@ -1,7 +1,7 @@  Index: linux-atm-2.4.1/configure.in  =================================================================== ---- linux-atm-2.4.1.orig/configure.in	2007-06-04 13:23:53.853546912 +0200 -+++ linux-atm-2.4.1/configure.in	2007-06-04 13:23:55.937230144 +0200 +--- linux-atm-2.4.1.orig/configure.in	2007-10-20 19:19:10.594232210 +0200 ++++ linux-atm-2.4.1/configure.in	2007-10-20 19:19:16.214552491 +0200  @@ -153,26 +153,5 @@   		src/Makefile \   		src/include/Makefile \ @@ -31,8 +31,8 @@ Index: linux-atm-2.4.1/configure.in  Index: linux-atm-2.4.1/src/Makefile.am  =================================================================== ---- linux-atm-2.4.1.orig/src/Makefile.am	2007-06-04 13:23:53.858546152 +0200 -+++ linux-atm-2.4.1/src/Makefile.am	2007-06-04 13:23:55.937230144 +0200 +--- linux-atm-2.4.1.orig/src/Makefile.am	2007-10-20 19:19:10.602232664 +0200 ++++ linux-atm-2.4.1/src/Makefile.am	2007-10-20 19:19:16.218552720 +0200  @@ -1,3 +1,2 @@  -SUBDIRS = include lib test debug qgen saal sigd maint arpd ilmid man led lane \  -		mpoad switch config extra @@ -41,7 +41,7 @@ Index: linux-atm-2.4.1/src/Makefile.am  Index: linux-atm-2.4.1/src/include/linux/atmbr2684.h  ===================================================================  --- /dev/null	1970-01-01 00:00:00.000000000 +0000 -+++ linux-atm-2.4.1/src/include/linux/atmbr2684.h	2007-06-04 13:23:55.938229992 +0200 ++++ linux-atm-2.4.1/src/include/linux/atmbr2684.h	2007-10-20 19:19:16.230553402 +0200  @@ -0,0 +1,117 @@  +#ifndef _LINUX_ATMBR2684_H  +#define _LINUX_ATMBR2684_H diff --git a/package/linux-atm/patches/200-no_libfl.patch b/package/linux-atm/patches/200-no_libfl.patch index e762e4d4a..1f7ae028c 100644 --- a/package/linux-atm/patches/200-no_libfl.patch +++ b/package/linux-atm/patches/200-no_libfl.patch @@ -1,7 +1,7 @@  Index: linux-atm-2.4.1/src/qgen/Makefile.am  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/Makefile.am	2007-06-04 13:23:53.750562568 +0200 -+++ linux-atm-2.4.1/src/qgen/Makefile.am	2007-06-04 13:23:56.146198376 +0200 +--- linux-atm-2.4.1.orig/src/qgen/Makefile.am	2007-10-20 19:19:10.354218533 +0200 ++++ linux-atm-2.4.1/src/qgen/Makefile.am	2007-10-20 19:19:16.814586679 +0200  @@ -3,7 +3,7 @@   qgen_SOURCES = common.c common.h file.c file.h first.c ql_y.y ql_l.l qgen.c \ @@ -13,8 +13,8 @@ Index: linux-atm-2.4.1/src/qgen/Makefile.am   q_dump_LDADD = qd.dump.standalone.o  Index: linux-atm-2.4.1/src/qgen/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/Makefile.in	2007-06-04 13:23:54.484451000 +0200 -+++ linux-atm-2.4.1/src/qgen/Makefile.in	2007-06-04 13:23:56.146198376 +0200 +--- linux-atm-2.4.1.orig/src/qgen/Makefile.in	2007-10-20 19:19:11.898306522 +0200 ++++ linux-atm-2.4.1/src/qgen/Makefile.in	2007-10-20 19:19:16.814586679 +0200  @@ -90,7 +90,7 @@   qgen_SOURCES = common.c common.h file.c file.h first.c ql_y.y ql_l.l qgen.c 		qgen.h second.c third.c @@ -26,8 +26,8 @@ Index: linux-atm-2.4.1/src/qgen/Makefile.in   q_dump_LDADD = qd.dump.standalone.o  Index: linux-atm-2.4.1/src/qgen/ql_l.c  =================================================================== ---- linux-atm-2.4.1.orig/src/qgen/ql_l.c	2007-06-04 13:23:54.486450696 +0200 -+++ linux-atm-2.4.1/src/qgen/ql_l.c	2007-06-04 13:23:56.147198224 +0200 +--- linux-atm-2.4.1.orig/src/qgen/ql_l.c	2007-10-20 19:19:11.906306980 +0200 ++++ linux-atm-2.4.1/src/qgen/ql_l.c	2007-10-20 19:19:16.842588278 +0200  @@ -501,6 +501,11 @@   #include "qgen.h"   #include "ql_y.h" @@ -42,8 +42,8 @@ Index: linux-atm-2.4.1/src/qgen/ql_l.c       struct _tree *left,*right;  Index: linux-atm-2.4.1/src/sigd/cfg_l.c  =================================================================== ---- linux-atm-2.4.1.orig/src/sigd/cfg_l.c	2007-06-04 13:23:53.767559984 +0200 -+++ linux-atm-2.4.1/src/sigd/cfg_l.c	2007-06-04 13:23:56.148198072 +0200 +--- linux-atm-2.4.1.orig/src/sigd/cfg_l.c	2007-10-20 19:19:10.378219897 +0200 ++++ linux-atm-2.4.1/src/sigd/cfg_l.c	2007-10-20 19:19:16.854588969 +0200  @@ -11,6 +11,10 @@   #include <stdio.h>   #include <unistd.h> @@ -57,8 +57,8 @@ Index: linux-atm-2.4.1/src/sigd/cfg_l.c   #ifdef c_plusplus  Index: linux-atm-2.4.1/src/sigd/Makefile.am  =================================================================== ---- linux-atm-2.4.1.orig/src/sigd/Makefile.am	2007-06-04 13:23:53.772559224 +0200 -+++ linux-atm-2.4.1/src/sigd/Makefile.am	2007-06-04 13:23:56.148198072 +0200 +--- linux-atm-2.4.1.orig/src/sigd/Makefile.am	2007-10-20 19:19:10.386220355 +0200 ++++ linux-atm-2.4.1/src/sigd/Makefile.am	2007-10-20 19:19:16.882590565 +0200  @@ -8,7 +8,7 @@   			$(top_builddir)/src/qgen/qd.dump.o \   			$(top_builddir)/src/lib/libatm.la \ @@ -70,8 +70,8 @@ Index: linux-atm-2.4.1/src/sigd/Makefile.am   CLEANFILES = mess.c  Index: linux-atm-2.4.1/src/sigd/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/sigd/Makefile.in	2007-06-04 13:23:54.492449784 +0200 -+++ linux-atm-2.4.1/src/sigd/Makefile.in	2007-06-04 13:23:56.148198072 +0200 +--- linux-atm-2.4.1.orig/src/sigd/Makefile.in	2007-10-20 19:19:12.018313361 +0200 ++++ linux-atm-2.4.1/src/sigd/Makefile.in	2007-10-20 19:19:16.886590795 +0200  @@ -92,7 +92,7 @@   atmsigd_XTRAS = mess.o $(top_builddir)/src/qgen/q.out.o 			$(top_builddir)/src/qgen/qd.dump.o 			$(top_builddir)/src/lib/libatm.la 			$(top_builddir)/src/saal/libsaal.a @@ -83,8 +83,8 @@ Index: linux-atm-2.4.1/src/sigd/Makefile.in   CLEANFILES = mess.c  Index: linux-atm-2.4.1/src/switch/debug/debug.c  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/debug/debug.c	2007-06-04 13:23:54.506447656 +0200 -+++ linux-atm-2.4.1/src/switch/debug/debug.c	2007-06-04 13:23:56.149197920 +0200 +--- linux-atm-2.4.1.orig/src/switch/debug/debug.c	2007-10-20 19:19:12.414335932 +0200 ++++ linux-atm-2.4.1/src/switch/debug/debug.c	2007-10-20 19:19:16.894591246 +0200  @@ -20,6 +20,11 @@   #define PRV(call) ((FAB *) (call)->fab) @@ -99,8 +99,8 @@ Index: linux-atm-2.4.1/src/switch/debug/debug.c       CALL *next; /* relay.c may not keep track of calls, but WE are */  Index: linux-atm-2.4.1/src/switch/debug/Makefile.am  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/debug/Makefile.am	2007-06-04 13:23:53.789556640 +0200 -+++ linux-atm-2.4.1/src/switch/debug/Makefile.am	2007-06-04 13:23:56.149197920 +0200 +--- linux-atm-2.4.1.orig/src/switch/debug/Makefile.am	2007-10-20 19:19:10.406221495 +0200 ++++ linux-atm-2.4.1/src/switch/debug/Makefile.am	2007-10-20 19:19:16.906591931 +0200  @@ -5,7 +5,7 @@   sw_debug_SOURCES = debug.c   sw_debug_XTRAS = $(top_builddir)/src/switch/libsw.a \ @@ -112,8 +112,8 @@ Index: linux-atm-2.4.1/src/switch/debug/Makefile.am  Index: linux-atm-2.4.1/src/switch/debug/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/debug/Makefile.in	2007-06-04 13:23:54.506447656 +0200 -+++ linux-atm-2.4.1/src/switch/debug/Makefile.in	2007-06-04 13:23:56.149197920 +0200 +--- linux-atm-2.4.1.orig/src/switch/debug/Makefile.in	2007-10-20 19:19:12.378333877 +0200 ++++ linux-atm-2.4.1/src/switch/debug/Makefile.in	2007-10-20 19:19:16.918592613 +0200  @@ -92,7 +92,7 @@   sw_debug_SOURCES = debug.c   sw_debug_XTRAS = $(top_builddir)/src/switch/libsw.a 			$(top_builddir)/src/lib/libatm.la @@ -125,8 +125,8 @@ Index: linux-atm-2.4.1/src/switch/debug/Makefile.in  Index: linux-atm-2.4.1/src/switch/tcp/Makefile.am  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/tcp/Makefile.am	2007-06-04 13:23:53.801554816 +0200 -+++ linux-atm-2.4.1/src/switch/tcp/Makefile.am	2007-06-04 13:23:56.149197920 +0200 +--- linux-atm-2.4.1.orig/src/switch/tcp/Makefile.am	2007-10-20 19:19:10.422222406 +0200 ++++ linux-atm-2.4.1/src/switch/tcp/Makefile.am	2007-10-20 19:19:16.922592837 +0200  @@ -5,7 +5,7 @@   sw_tcp_SOURCES = tcpsw.c   sw_tcp_XTRAS = $(top_builddir)/src/switch/libsw.a \ @@ -138,8 +138,8 @@ Index: linux-atm-2.4.1/src/switch/tcp/Makefile.am   EXTRA_DIST = mkfiles README  Index: linux-atm-2.4.1/src/switch/tcp/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/tcp/Makefile.in	2007-06-04 13:23:54.506447656 +0200 -+++ linux-atm-2.4.1/src/switch/tcp/Makefile.in	2007-06-04 13:23:56.150197768 +0200 +--- linux-atm-2.4.1.orig/src/switch/tcp/Makefile.in	2007-10-20 19:19:12.422336385 +0200 ++++ linux-atm-2.4.1/src/switch/tcp/Makefile.in	2007-10-20 19:19:16.926593064 +0200  @@ -92,7 +92,7 @@   sw_tcp_SOURCES = tcpsw.c   sw_tcp_XTRAS = $(top_builddir)/src/switch/libsw.a 		$(top_builddir)/src/lib/libatm.la @@ -151,8 +151,8 @@ Index: linux-atm-2.4.1/src/switch/tcp/Makefile.in   EXTRA_DIST = mkfiles README  Index: linux-atm-2.4.1/src/switch/tcp/tcpsw.c  =================================================================== ---- linux-atm-2.4.1.orig/src/switch/tcp/tcpsw.c	2007-06-04 13:23:54.507447504 +0200 -+++ linux-atm-2.4.1/src/switch/tcp/tcpsw.c	2007-06-04 13:23:56.150197768 +0200 +--- linux-atm-2.4.1.orig/src/switch/tcp/tcpsw.c	2007-10-20 19:19:12.426336614 +0200 ++++ linux-atm-2.4.1/src/switch/tcp/tcpsw.c	2007-10-20 19:19:16.954594660 +0200  @@ -35,6 +35,10 @@   #define MAX_PACKET (ATM_MAX_AAL5_PDU+sizeof(struct atmtcp_hdr))   #define BUFFER_SIZE (MAX_PACKET*2) @@ -166,8 +166,8 @@ Index: linux-atm-2.4.1/src/switch/tcp/tcpsw.c       struct _link *out;	/* output port */  Index: linux-atm-2.4.1/src/test/ispl_l.c  =================================================================== ---- linux-atm-2.4.1.orig/src/test/ispl_l.c	2007-06-04 13:23:53.818552232 +0200 -+++ linux-atm-2.4.1/src/test/ispl_l.c	2007-06-04 13:23:56.151197616 +0200 +--- linux-atm-2.4.1.orig/src/test/ispl_l.c	2007-10-20 19:19:10.442223546 +0200 ++++ linux-atm-2.4.1/src/test/ispl_l.c	2007-10-20 19:19:16.962595124 +0200  @@ -11,6 +11,11 @@   #include <stdio.h>   #include <unistd.h> @@ -182,8 +182,8 @@ Index: linux-atm-2.4.1/src/test/ispl_l.c   #ifdef c_plusplus  Index: linux-atm-2.4.1/src/test/Makefile.am  =================================================================== ---- linux-atm-2.4.1.orig/src/test/Makefile.am	2007-06-04 13:23:54.483451152 +0200 -+++ linux-atm-2.4.1/src/test/Makefile.am	2007-06-04 13:23:56.151197616 +0200 +--- linux-atm-2.4.1.orig/src/test/Makefile.am	2007-10-20 19:19:11.858304242 +0200 ++++ linux-atm-2.4.1/src/test/Makefile.am	2007-10-20 19:19:16.962595124 +0200  @@ -15,7 +15,7 @@   bw_SOURCES = bw.c   isp_SOURCES = isp.c isp.h ispl_y.y ispl_l.l @@ -195,8 +195,8 @@ Index: linux-atm-2.4.1/src/test/Makefile.am  Index: linux-atm-2.4.1/src/test/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/test/Makefile.in	2007-06-04 13:23:54.482451304 +0200 -+++ linux-atm-2.4.1/src/test/Makefile.in	2007-06-04 13:23:56.151197616 +0200 +--- linux-atm-2.4.1.orig/src/test/Makefile.in	2007-10-20 19:19:11.826302420 +0200 ++++ linux-atm-2.4.1/src/test/Makefile.in	2007-10-20 19:19:16.962595124 +0200  @@ -102,7 +102,7 @@   bw_SOURCES = bw.c   isp_SOURCES = isp.c isp.h ispl_y.y ispl_l.l diff --git a/package/linux-atm/patches/300-no_autotools.patch b/package/linux-atm/patches/300-no_autotools.patch index ff3630c3e..aa6eb9d93 100644 --- a/package/linux-atm/patches/300-no_autotools.patch +++ b/package/linux-atm/patches/300-no_autotools.patch @@ -1,7 +1,7 @@  Index: linux-atm-2.4.1/aclocal.m4  =================================================================== ---- linux-atm-2.4.1.orig/aclocal.m4	2007-06-04 13:23:54.462454344 +0200 -+++ linux-atm-2.4.1/aclocal.m4	2007-06-04 13:23:56.488146392 +0200 +--- linux-atm-2.4.1.orig/aclocal.m4	2007-10-20 19:19:11.710295812 +0200 ++++ linux-atm-2.4.1/aclocal.m4	2007-10-20 19:19:17.570629771 +0200  @@ -10,6 +10,825 @@   dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A   dnl PARTICULAR PURPOSE. @@ -9197,8 +9197,8 @@ Index: linux-atm-2.4.1/aclocal.m4  Index: linux-atm-2.4.1/configure  =================================================================== ---- linux-atm-2.4.1.orig/configure	2007-06-04 13:23:54.473452672 +0200 -+++ linux-atm-2.4.1/configure	2007-06-04 13:23:56.494145480 +0200 +--- linux-atm-2.4.1.orig/configure	2007-10-20 19:19:11.746297861 +0200 ++++ linux-atm-2.4.1/configure	2007-10-20 19:19:17.578630228 +0200  @@ -1,9 +1,8 @@   #! /bin/sh   # Guess values for system-dependent variables and create Makefiles. @@ -11741,8 +11741,8 @@ Index: linux-atm-2.4.1/configure     { echo "$as_me:$LINENO: executing $ac_dest commands" >&5  Index: linux-atm-2.4.1/doc/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/doc/Makefile.in	2007-06-04 13:23:54.509447200 +0200 -+++ linux-atm-2.4.1/doc/Makefile.in	2007-06-04 13:23:56.494145480 +0200 +--- linux-atm-2.4.1.orig/doc/Makefile.in	2007-10-20 19:19:12.494340491 +0200 ++++ linux-atm-2.4.1/doc/Makefile.in	2007-10-20 19:19:17.606631822 +0200  @@ -63,24 +63,35 @@   host_triplet = @host@   target_alias = @target_alias@ @@ -11781,8 +11781,8 @@ Index: linux-atm-2.4.1/doc/Makefile.in   YACC = @YACC@  Index: linux-atm-2.4.1/m4/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/m4/Makefile.in	2007-06-04 13:23:54.480451608 +0200 -+++ linux-atm-2.4.1/m4/Makefile.in	2007-06-04 13:23:56.494145480 +0200 +--- linux-atm-2.4.1.orig/m4/Makefile.in	2007-10-20 19:19:11.778299683 +0200 ++++ linux-atm-2.4.1/m4/Makefile.in	2007-10-20 19:19:17.606631822 +0200  @@ -63,24 +63,35 @@   host_triplet = @host@   target_alias = @target_alias@ @@ -11821,8 +11821,8 @@ Index: linux-atm-2.4.1/m4/Makefile.in   YACC = @YACC@  Index: linux-atm-2.4.1/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/Makefile.in	2007-06-04 13:23:54.459454800 +0200 -+++ linux-atm-2.4.1/Makefile.in	2007-06-04 13:23:56.495145328 +0200 +--- linux-atm-2.4.1.orig/Makefile.in	2007-10-20 19:19:11.698295124 +0200 ++++ linux-atm-2.4.1/Makefile.in	2007-10-20 19:19:17.614632281 +0200  @@ -63,24 +63,35 @@   host_triplet = @host@   target_alias = @target_alias@ @@ -11861,8 +11861,8 @@ Index: linux-atm-2.4.1/Makefile.in   YACC = @YACC@  Index: linux-atm-2.4.1/src/include/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/include/Makefile.in	2007-06-04 13:23:54.481451456 +0200 -+++ linux-atm-2.4.1/src/include/Makefile.in	2007-06-04 13:23:56.495145328 +0200 +--- linux-atm-2.4.1.orig/src/include/Makefile.in	2007-10-20 19:19:11.798300823 +0200 ++++ linux-atm-2.4.1/src/include/Makefile.in	2007-10-20 19:19:17.626632961 +0200  @@ -63,24 +63,35 @@   host_triplet = @host@   target_alias = @target_alias@ @@ -11901,8 +11901,8 @@ Index: linux-atm-2.4.1/src/include/Makefile.in   YACC = @YACC@  Index: linux-atm-2.4.1/src/lib/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/lib/Makefile.in	2007-06-04 13:23:54.481451456 +0200 -+++ linux-atm-2.4.1/src/lib/Makefile.in	2007-06-04 13:23:56.496145176 +0200 +--- linux-atm-2.4.1.orig/src/lib/Makefile.in	2007-10-20 19:19:11.806301281 +0200 ++++ linux-atm-2.4.1/src/lib/Makefile.in	2007-10-20 19:19:17.642633872 +0200  @@ -65,24 +65,35 @@   host_triplet = @host@   target_alias = @target_alias@ @@ -11941,8 +11941,8 @@ Index: linux-atm-2.4.1/src/lib/Makefile.in   YACC = @YACC@  Index: linux-atm-2.4.1/src/Makefile.in  =================================================================== ---- linux-atm-2.4.1.orig/src/Makefile.in	2007-06-04 13:23:54.480451608 +0200 -+++ linux-atm-2.4.1/src/Makefile.in	2007-06-04 13:23:56.496145176 +0200 +--- linux-atm-2.4.1.orig/src/Makefile.in	2007-10-20 19:19:11.790300372 +0200 ++++ linux-atm-2.4.1/src/Makefile.in	2007-10-20 19:19:17.650634330 +0200  @@ -63,30 +63,40 @@   host_triplet = @host@   target_alias = @target_alias@ @@ -11986,9 +11986,10 @@ Index: linux-atm-2.4.1/src/Makefile.in   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs   CONFIG_HEADER = ../config.h   CONFIG_CLEAN_FILES =  -diff -urN linux-atm-2.4.1/src/arpd/Makefile.in linux-atm-2.4.1.new/src/arpd/Makefile.in ---- linux-atm-2.4.1/src/arpd/Makefile.in	2003-04-30 16:44:05.000000000 +0200 -+++ linux-atm-2.4.1.new/src/arpd/Makefile.in	2007-09-20 20:16:13.000000000 +0200 +Index: linux-atm-2.4.1/src/arpd/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/src/arpd/Makefile.in	2007-10-20 19:19:12.126319517 +0200 ++++ linux-atm-2.4.1/src/arpd/Makefile.in	2007-10-20 19:19:17.654634561 +0200  @@ -63,24 +63,35 @@   host_triplet = @host@   target_alias = @target_alias@ diff --git a/package/linux-atm/patches/400-stdint_local_instead_of_host.patch b/package/linux-atm/patches/400-stdint_local_instead_of_host.patch index ead336cff..b4db87e62 100644 --- a/package/linux-atm/patches/400-stdint_local_instead_of_host.patch +++ b/package/linux-atm/patches/400-stdint_local_instead_of_host.patch @@ -1,7 +1,7 @@  Index: linux-atm-2.4.1/src/include/stdint.h  =================================================================== ---- linux-atm-2.4.1.orig/src/include/stdint.h	2007-06-04 13:23:53.658576552 +0200 -+++ linux-atm-2.4.1/src/include/stdint.h	2007-06-04 13:23:56.839093040 +0200 +--- linux-atm-2.4.1.orig/src/include/stdint.h	2007-10-20 19:19:10.194209414 +0200 ++++ linux-atm-2.4.1/src/include/stdint.h	2007-10-20 19:19:18.282670346 +0200  @@ -6,7 +6,7 @@   #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 diff --git a/package/linux-atm/patches/500-reenable_arpd.patch b/package/linux-atm/patches/500-reenable_arpd.patch index 1e42f75a5..8815862d6 100644 --- a/package/linux-atm/patches/500-reenable_arpd.patch +++ b/package/linux-atm/patches/500-reenable_arpd.patch @@ -1,6 +1,7 @@ -diff -urN linux-atm-2.4.1/configure linux-atm-2.4.1.new/configure ---- linux-atm-2.4.1/configure	2007-09-15 21:07:25.000000000 +0200 -+++ linux-atm-2.4.1.new/configure	2007-09-15 22:07:22.000000000 +0200 +Index: linux-atm-2.4.1/configure +=================================================================== +--- linux-atm-2.4.1.orig/configure	2007-10-20 19:19:17.578630228 +0200 ++++ linux-atm-2.4.1/configure	2007-10-20 19:19:18.630690180 +0200  @@ -8825,7 +8825,7 @@   fi; @@ -18,9 +19,10 @@ diff -urN linux-atm-2.4.1/configure linux-atm-2.4.1.new/configure     "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -diff -urN linux-atm-2.4.1/configure.in linux-atm-2.4.1.new/configure.in ---- linux-atm-2.4.1/configure.in	2007-09-15 21:07:13.000000000 +0200 -+++ linux-atm-2.4.1.new/configure.in	2007-09-15 21:08:16.000000000 +0200 +Index: linux-atm-2.4.1/configure.in +=================================================================== +--- linux-atm-2.4.1.orig/configure.in	2007-10-20 19:19:16.214552491 +0200 ++++ linux-atm-2.4.1/configure.in	2007-10-20 19:19:18.642690862 +0200  @@ -153,5 +153,6 @@   		src/Makefile \   		src/include/Makefile \ @@ -28,16 +30,18 @@ diff -urN linux-atm-2.4.1/configure.in linux-atm-2.4.1.new/configure.in  +		src/arpd/Makefile \   		) -diff -urN linux-atm-2.4.1/src/Makefile.am linux-atm-2.4.1.new/src/Makefile.am ---- linux-atm-2.4.1/src/Makefile.am	2007-09-15 21:07:13.000000000 +0200 -+++ linux-atm-2.4.1.new/src/Makefile.am	2007-09-15 21:08:27.000000000 +0200 +Index: linux-atm-2.4.1/src/Makefile.am +=================================================================== +--- linux-atm-2.4.1.orig/src/Makefile.am	2007-10-20 19:19:16.218552720 +0200 ++++ linux-atm-2.4.1/src/Makefile.am	2007-10-20 19:19:18.650691320 +0200  @@ -1,2 +1,2 @@  -SUBDIRS = include lib  +SUBDIRS = include lib arpd -diff -urN linux-atm-2.4.1/src/Makefile.in linux-atm-2.4.1.new/src/Makefile.in ---- linux-atm-2.4.1/src/Makefile.in	2007-09-15 21:07:25.000000000 +0200 -+++ linux-atm-2.4.1.new/src/Makefile.in	2007-09-15 22:10:03.000000000 +0200 +Index: linux-atm-2.4.1/src/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/src/Makefile.in	2007-10-20 19:19:17.650634330 +0200 ++++ linux-atm-2.4.1/src/Makefile.in	2007-10-20 19:19:18.678692917 +0200  @@ -96,7 +96,7 @@   VERSION = @VERSION@   YACC = @YACC@ diff --git a/package/linux-atm/patches/600-arpd_includes.patch b/package/linux-atm/patches/600-arpd_includes.patch index c75380276..1a74ecf81 100644 --- a/package/linux-atm/patches/600-arpd_includes.patch +++ b/package/linux-atm/patches/600-arpd_includes.patch @@ -1,18 +1,7 @@ -diff -Nru linux-atm-2.4.1.orig/src/arpd/io.c linux-atm-2.4.1/src/arpd/io.c ---- linux-atm-2.4.1.orig/src/arpd/io.c  2001-09-03 21:41:05.000000000 +0300 -+++ linux-atm-2.4.1/src/arpd/io.c       2007-04-14 18:30:54.000000000 +0300 -@@ -16,7 +16,7 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/ioctl.h> --#include <net/if.h> -+#include <linux/if.h> - #include <netinet/in.h> - #include <atm.h> - #include <linux/atmclip.h> /* for CLIP_DEFAULT_IDLETIMER */ -diff -urN linux-atm-2.4.1/src/arpd/arp.c linux-atm-2.4.1.new/src/arpd/arp.c ---- linux-atm-2.4.1/src/arpd/arp.c	2001-09-03 20:41:05.000000000 +0200 -+++ linux-atm-2.4.1.new/src/arpd/arp.c	2007-09-15 22:15:05.000000000 +0200 +Index: linux-atm-2.4.1/src/arpd/arp.c +=================================================================== +--- linux-atm-2.4.1.orig/src/arpd/arp.c	2007-10-20 19:19:10.002198470 +0200 ++++ linux-atm-2.4.1/src/arpd/arp.c	2007-10-20 19:19:19.138719139 +0200  @@ -15,7 +15,6 @@   #include <sys/types.h>   #include <sys/socket.h> /* for linux/if_arp.h */ @@ -21,10 +10,17 @@ diff -urN linux-atm-2.4.1/src/arpd/arp.c linux-atm-2.4.1.new/src/arpd/arp.c   #include <linux/if_arp.h>   #include <linux/if_ether.h>   #include <atm.h> -diff -urN linux-atm-2.4.1/src/arpd/io.c linux-atm-2.4.1.new/src/arpd/io.c ---- linux-atm-2.4.1/src/arpd/io.c	2001-09-03 20:41:05.000000000 +0200 -+++ linux-atm-2.4.1.new/src/arpd/io.c	2007-09-15 22:15:05.000000000 +0200 -@@ -21,7 +21,6 @@ +Index: linux-atm-2.4.1/src/arpd/io.c +=================================================================== +--- linux-atm-2.4.1.orig/src/arpd/io.c	2007-10-20 19:19:09.994198016 +0200 ++++ linux-atm-2.4.1/src/arpd/io.c	2007-10-20 19:19:19.154720039 +0200 +@@ -16,12 +16,11 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/ioctl.h> +-#include <net/if.h> ++#include <linux/if.h> + #include <netinet/in.h>   #include <atm.h>   #include <linux/atmclip.h> /* for CLIP_DEFAULT_IDLETIMER */   #include <linux/atmarp.h> @@ -32,9 +28,10 @@ diff -urN linux-atm-2.4.1/src/arpd/io.c linux-atm-2.4.1.new/src/arpd/io.c   #include <linux/if_arp.h>   #include "atmd.h" -diff -urN linux-atm-2.4.1/src/arpd/itf.c linux-atm-2.4.1.new/src/arpd/itf.c ---- linux-atm-2.4.1/src/arpd/itf.c	2001-09-03 20:41:05.000000000 +0200 -+++ linux-atm-2.4.1.new/src/arpd/itf.c	2007-09-15 22:15:05.000000000 +0200 +Index: linux-atm-2.4.1/src/arpd/itf.c +=================================================================== +--- linux-atm-2.4.1.orig/src/arpd/itf.c	2007-10-20 19:19:10.010198930 +0200 ++++ linux-atm-2.4.1/src/arpd/itf.c	2007-10-20 19:19:19.186721859 +0200  @@ -12,7 +12,6 @@   #include <sys/types.h>   #include <linux/atmclip.h> diff --git a/package/linux-atm/patches/700-libtoolize.patch b/package/linux-atm/patches/700-libtoolize.patch index b2f1cef44..132e7d432 100644 --- a/package/linux-atm/patches/700-libtoolize.patch +++ b/package/linux-atm/patches/700-libtoolize.patch @@ -1,6 +1,7 @@ -diff -urN atm.old/aclocal.m4 atm.dev/aclocal.m4 ---- atm.old/aclocal.m4	2007-10-20 16:57:33.418005734 +0200 -+++ atm.dev/aclocal.m4	2007-10-20 16:58:38.609720794 +0200 +Index: linux-atm-2.4.1/aclocal.m4 +=================================================================== +--- linux-atm-2.4.1.orig/aclocal.m4	2007-10-20 19:19:17.570629771 +0200 ++++ linux-atm-2.4.1/aclocal.m4	2007-10-20 19:19:19.510740331 +0200  @@ -1,992 +1,19 @@  -dnl aclocal.m4 generated automatically by aclocal 1.4-p6  +# generated automatically by aclocal 1.9.6 -*- Autoconf -*- @@ -5071,9 +5072,10 @@ diff -urN atm.old/aclocal.m4 atm.dev/aclocal.m4  +AC_SUBST([am__untar])  +]) # _AM_PROG_TAR  + -diff -urN atm.old/configure atm.dev/configure ---- atm.old/configure	2007-10-20 16:57:33.442007099 +0200 -+++ atm.dev/configure	2007-10-20 16:59:45.781548702 +0200 +Index: linux-atm-2.4.1/configure +=================================================================== +--- linux-atm-2.4.1.orig/configure	2007-10-20 19:19:18.630690180 +0200 ++++ linux-atm-2.4.1/configure	2007-10-20 19:19:19.554742840 +0200  @@ -1,25 +1,54 @@   #! /bin/sh   # Guess values for system-dependent variables and create Makefiles. @@ -30865,9 +30867,10 @@ diff -urN atm.old/configure atm.dev/configure   { (exit 0); exit 0; }   _ACEOF -diff -urN atm.old/depcomp atm.dev/depcomp ---- atm.old/depcomp	1970-01-01 01:00:00.000000000 +0100 -+++ atm.dev/depcomp	2006-11-27 03:51:31.000000000 +0100 +Index: linux-atm-2.4.1/depcomp +=================================================================== +--- /dev/null	1970-01-01 00:00:00.000000000 +0000 ++++ linux-atm-2.4.1/depcomp	2007-10-20 19:19:19.558743075 +0200  @@ -0,0 +1,530 @@  +#! /bin/sh  +# depcomp - compile a program generating dependencies as side-effects @@ -31399,9 +31402,10 @@ diff -urN atm.old/depcomp atm.dev/depcomp  +# time-stamp-format: "%:y-%02m-%02d.%02H"  +# time-stamp-end: "$"  +# End: -diff -urN atm.old/doc/Makefile.in atm.dev/doc/Makefile.in ---- atm.old/doc/Makefile.in	2007-10-20 16:57:33.430006415 +0200 -+++ atm.dev/doc/Makefile.in	2007-10-20 17:01:40.796103006 +0200 +Index: linux-atm-2.4.1/doc/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/doc/Makefile.in	2007-10-20 19:19:17.606631822 +0200 ++++ linux-atm-2.4.1/doc/Makefile.in	2007-10-20 19:19:19.586744666 +0200  @@ -1,6 +1,8 @@  -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am  +# Makefile.in generated by automake 1.9.6 from Makefile.am. @@ -31843,9 +31847,10 @@ diff -urN atm.old/doc/Makefile.in atm.dev/doc/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.   # Otherwise a system limit (for SysV at least) may be exceeded.   .NOEXPORT: -diff -urN atm.old/ltmain.sh atm.dev/ltmain.sh ---- atm.old/ltmain.sh	2007-10-20 16:57:33.241995701 +0200 -+++ atm.dev/ltmain.sh	2006-03-22 01:06:55.000000000 +0100 +Index: linux-atm-2.4.1/ltmain.sh +=================================================================== +--- linux-atm-2.4.1.orig/ltmain.sh	2007-10-20 19:19:11.774299458 +0200 ++++ linux-atm-2.4.1/ltmain.sh	2007-10-20 19:19:19.598745350 +0200  @@ -1,7 +1,7 @@   # ltmain.sh - Provide generalized library-building support services.   # NOTE: Changing this file will not affect anything until you rerun configure. @@ -37726,9 +37731,10 @@ diff -urN atm.old/ltmain.sh atm.dev/ltmain.sh   # Local Variables:   # mode:shell-script -diff -urN atm.old/m4/Makefile.in atm.dev/m4/Makefile.in ---- atm.old/m4/Makefile.in	2007-10-20 16:57:33.430006415 +0200 -+++ atm.dev/m4/Makefile.in	2007-10-20 17:01:40.868107114 +0200 +Index: linux-atm-2.4.1/m4/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/m4/Makefile.in	2007-10-20 19:19:17.606631822 +0200 ++++ linux-atm-2.4.1/m4/Makefile.in	2007-10-20 19:19:19.598745350 +0200  @@ -1,6 +1,8 @@  -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am  +# Makefile.in generated by automake 1.9.6 from Makefile.am. @@ -38166,9 +38172,10 @@ diff -urN atm.old/m4/Makefile.in atm.dev/m4/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.   # Otherwise a system limit (for SysV at least) may be exceeded. -diff -urN atm.old/Makefile.in atm.dev/Makefile.in ---- atm.old/Makefile.in	2007-10-20 16:57:33.430006415 +0200 -+++ atm.dev/Makefile.in	2007-10-20 17:01:41.372135833 +0200 +Index: linux-atm-2.4.1/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/Makefile.in	2007-10-20 19:19:17.614632281 +0200 ++++ linux-atm-2.4.1/Makefile.in	2007-10-20 19:19:19.602745572 +0200  @@ -1,6 +1,8 @@  -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am  +# Makefile.in generated by automake 1.9.6 from Makefile.am. @@ -39030,9 +39037,10 @@ diff -urN atm.old/Makefile.in atm.dev/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.   # Otherwise a system limit (for SysV at least) may be exceeded.   .NOEXPORT: -diff -urN atm.old/src/arpd/Makefile.in atm.dev/src/arpd/Makefile.in ---- atm.old/src/arpd/Makefile.in	2007-10-20 16:57:33.434006644 +0200 -+++ atm.dev/src/arpd/Makefile.in	2007-10-20 17:01:41.076118963 +0200 +Index: linux-atm-2.4.1/src/arpd/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/src/arpd/Makefile.in	2007-10-20 19:19:17.654634561 +0200 ++++ linux-atm-2.4.1/src/arpd/Makefile.in	2007-10-20 19:19:19.606745795 +0200  @@ -1,6 +1,8 @@  -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am  +# Makefile.in generated by automake 1.9.6 from Makefile.am. @@ -39889,9 +39897,10 @@ diff -urN atm.old/src/arpd/Makefile.in atm.dev/src/arpd/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.   # Otherwise a system limit (for SysV at least) may be exceeded. -diff -urN atm.old/src/include/Makefile.in atm.dev/src/include/Makefile.in ---- atm.old/src/include/Makefile.in	2007-10-20 16:57:33.430006415 +0200 -+++ atm.dev/src/include/Makefile.in	2007-10-20 17:01:41.168124207 +0200 +Index: linux-atm-2.4.1/src/include/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/src/include/Makefile.in	2007-10-20 19:19:17.626632961 +0200 ++++ linux-atm-2.4.1/src/include/Makefile.in	2007-10-20 19:19:19.622746723 +0200  @@ -1,6 +1,8 @@  -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am  +# Makefile.in generated by automake 1.9.6 from Makefile.am. @@ -40441,9 +40450,10 @@ diff -urN atm.old/src/include/Makefile.in atm.dev/src/include/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.   # Otherwise a system limit (for SysV at least) may be exceeded. -diff -urN atm.old/src/lib/Makefile.am atm.dev/src/lib/Makefile.am ---- atm.old/src/lib/Makefile.am	2001-10-09 23:46:42.000000000 +0200 -+++ atm.dev/src/lib/Makefile.am	2007-10-20 17:01:38.015944565 +0200 +Index: linux-atm-2.4.1/src/lib/Makefile.am +=================================================================== +--- linux-atm-2.4.1.orig/src/lib/Makefile.am	2007-10-20 19:19:09.922193911 +0200 ++++ linux-atm-2.4.1/src/lib/Makefile.am	2007-10-20 19:19:19.638747621 +0200  @@ -2,7 +2,7 @@   lib_LTLIBRARIES = libatm.la @@ -40453,9 +40463,10 @@ diff -urN atm.old/src/lib/Makefile.am atm.dev/src/lib/Makefile.am -diff -urN atm.old/src/lib/Makefile.in atm.dev/src/lib/Makefile.in ---- atm.old/src/lib/Makefile.in	2007-10-20 16:57:33.430006415 +0200 -+++ atm.dev/src/lib/Makefile.in	2007-10-20 17:01:41.280130590 +0200 +Index: linux-atm-2.4.1/src/lib/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/src/lib/Makefile.in	2007-10-20 19:19:17.642633872 +0200 ++++ linux-atm-2.4.1/src/lib/Makefile.in	2007-10-20 19:19:19.666749214 +0200  @@ -1,6 +1,8 @@  -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am  +# Makefile.in generated by automake 1.9.6 from Makefile.am. @@ -41213,9 +41224,10 @@ diff -urN atm.old/src/lib/Makefile.in atm.dev/src/lib/Makefile.in   # Tell versions [3.59,3.63) of GNU make to not export all variables.   # Otherwise a system limit (for SysV at least) may be exceeded.   .NOEXPORT: -diff -urN atm.old/src/Makefile.in atm.dev/src/Makefile.in ---- atm.old/src/Makefile.in	2007-10-20 16:57:33.454007784 +0200 -+++ atm.dev/src/Makefile.in	2007-10-20 17:01:40.948111660 +0200 +Index: linux-atm-2.4.1/src/Makefile.in +=================================================================== +--- linux-atm-2.4.1.orig/src/Makefile.in	2007-10-20 19:19:18.678692917 +0200 ++++ linux-atm-2.4.1/src/Makefile.in	2007-10-20 19:19:19.674749679 +0200  @@ -1,6 +1,8 @@  -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am  +# Makefile.in generated by automake 1.9.6 from Makefile.am.  | 
