Update of /cvsroot/linux-atm/linux-atm/src/mpoad
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18737/src/mpoad
Modified Files:
k_interf.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: k_interf.c
===================================================================
RCS file: /cvsroot/linux-atm/linux-atm/src/mpoad/k_interf.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** k_interf.c 1 Jan 2008 00:14:51 -0000 1.3
--- k_interf.c 3 Mar 2009 18:23:26 -0000 1.4
***************
*** 4,7 ****
--- 4,8 ----
#include <stdio.h>
+ #include <stdlib.h>
#include <unistd.h>
#include <string.h>
|