From: chas w. <ch...@us...> - 2009-08-03 14:30:24
|
Update of /cvsroot/linux-atm/linux-atm/src/lane In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29610/src/lane Modified Files: Tag: V2_5_1 lecs_db.l load_lex.l Log Message: pull down updates from the HEAD into 2.5.1 Index: lecs_db.l =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/lane/lecs_db.l,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** lecs_db.l 9 Oct 2001 22:33:07 -0000 1.2 --- lecs_db.l 3 Aug 2009 14:30:14 -0000 1.2.4.1 *************** *** 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.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** load_lex.l 9 Oct 2001 22:33:07 -0000 1.2 --- load_lex.l 3 Aug 2009 14:30:14 -0000 1.2.4.1 *************** *** 5,8 **** --- 5,9 ---- #endif + #include <string.h> #include <netinet/in.h> #include <arpa/inet.h> |