fixed cfs_seek signature.

This commit is contained in:
nvt-se 2009-02-27 14:52:52 +00:00
parent 6615e39e27
commit aaa9d62304

View file

@ -957,8 +957,8 @@ cfs_close(int fd)
} }
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
unsigned cfs_offset_t
cfs_seek(int fd, unsigned offset, int whence) cfs_seek(int fd, cfs_offset_t offset, int whence)
{ {
struct file_header hdr; struct file_header hdr;
struct file_desc *fdp; struct file_desc *fdp;