From: chas w. <ch...@us...> - 2009-03-03 18:23:31
|
Update of /cvsroot/linux-atm/linux-atm/src/lane In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18737/src/lane Modified Files: lecs_db.l load_lex.l mem_lecs.c Log Message: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/files/linux-atm-2.5.0-headers.patch?rev=1.1&view=log Version bump. (Portage version: 2.1.4_rc11) apparently related to: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/files/linux-atm-2.4.1-declarations.patch?rev=1.1&view=log Fix QA warnings. (Portage version: 2.1.2.2) Index: lecs_db.l =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/lane/lecs_db.l,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lecs_db.l 9 Oct 2001 22:33:07 -0000 1.2 --- lecs_db.l 3 Mar 2009 18:23:26 -0000 1.3 *************** *** 8,11 **** --- 8,12 ---- #include <stdio.h> #include <stdlib.h> + #include <string.h> /* Local includes */ Index: load_lex.l =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/lane/load_lex.l,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** load_lex.l 9 Oct 2001 22:33:07 -0000 1.2 --- load_lex.l 3 Mar 2009 18:23:26 -0000 1.3 *************** *** 5,8 **** --- 5,9 ---- #endif + #include <string.h> #include <netinet/in.h> #include <arpa/inet.h> Index: mem_lecs.c =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/lane/mem_lecs.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mem_lecs.c 9 Oct 2001 22:33:07 -0000 1.2 --- mem_lecs.c 3 Mar 2009 18:23:26 -0000 1.3 *************** *** 14,17 **** --- 14,18 ---- #include <stdio.h> #include <stdlib.h> + #include <string.h> #include <sys/types.h> |