From 1585077da796b8e10602df2e4b7849d56e5b7170 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 1 Mar 2009 12:26:53 +0000 Subject: [PATCH] Adjusted cfs_seek() offset type configuration macro name. --- cpu/6502/6502def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/6502/6502def.h b/cpu/6502/6502def.h index 2409e2e19..54d3d2a96 100644 --- a/cpu/6502/6502def.h +++ b/cpu/6502/6502def.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * @(#)$Id: 6502def.h,v 1.16 2009/02/28 11:45:35 oliverschmidt Exp $ + * @(#)$Id: 6502def.h,v 1.17 2009/03/01 12:26:53 oliverschmidt Exp $ */ #ifndef __6502DEF_H__ @@ -122,7 +122,7 @@ typedef unsigned short uip_stats_t; #define ctk_arch_getkey cgetc #define ctk_arch_isprint isprint -#define CFS_OFFSET_TYPE off_t +#define CFS_CONF_OFFSET_TYPE off_t #if WITH_PFS #define cfs_open pfs_open