From 79f25814fe1b84e47d10d0063850062b1e65a9ed Mon Sep 17 00:00:00 2001 From: mifi Date: Wed, 19 Dec 2007 21:14:50 +0000 Subject: - this patch allows OpenOCD running under eCos to access files via tftp (thanks to oyvind Harboe for this patch) git-svn-id: svn://svn.berlios.de/openocd/trunk@242 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/fileio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/helper/fileio.h') diff --git a/src/helper/fileio.h b/src/helper/fileio.h index 20e5c629..c67be2c7 100644 --- a/src/helper/fileio.h +++ b/src/helper/fileio.h @@ -74,7 +74,6 @@ typedef struct fileio_s typedef struct fileio_local_s { FILE *file; - struct stat file_stat; } fileio_local_t; extern int fileio_write(fileio_t *fileio, u32 size, u8 *buffer, u32 *size_written); -- cgit v1.2.3