From aaa9d623046ecb68c4baed5906e56ec8123f5b91 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Fri, 27 Feb 2009 14:52:52 +0000 Subject: [PATCH] fixed cfs_seek signature. --- core/cfs/cfs-coffee.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/cfs/cfs-coffee.c b/core/cfs/cfs-coffee.c index d902fad8e..a14a55571 100644 --- a/core/cfs/cfs-coffee.c +++ b/core/cfs/cfs-coffee.c @@ -957,8 +957,8 @@ cfs_close(int fd) } } /*---------------------------------------------------------------------------*/ -unsigned -cfs_seek(int fd, unsigned offset, int whence) +cfs_offset_t +cfs_seek(int fd, cfs_offset_t offset, int whence) { struct file_header hdr; struct file_desc *fdp;