9
0
Fork 0

copy_file: sparse fixes

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-10-15 08:24:18 +02:00
parent f167796416
commit ee6b3e174d
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <fcntl.h>
#include <errno.h>
#include <malloc.h>
#include <libbb.h>
#define RW_BUF_SIZE (ulong)4096
/**