From: chas w. <ch...@us...> - 2009-08-03 14:30:50
|
Update of /cvsroot/linux-atm/linux-atm/src/debug In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29610/src/debug Modified Files: Tag: V2_5_1 svctor.c Log Message: pull down updates from the HEAD into 2.5.1 Index: svctor.c =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/debug/svctor.c,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.1.2.1 diff -C2 -d -r1.2.2.1 -r1.2.2.1.2.1 *** svctor.c 18 Apr 2005 16:19:16 -0000 1.2.2.1 --- svctor.c 3 Aug 2009 14:30:14 -0000 1.2.2.1.2.1 *************** *** 21,24 **** --- 21,25 ---- #include <stdio.h> + #include <stdlib.h> #include <unistd.h> #include <stdlib.h> |