Justus Winter, le Fri 06 Jun 2014 16:42:12 +0200, a écrit :
> * libdiskfs/diskfs.h (struct peropen): Use off_t for filepointer.

Ack.

> ---
>  libdiskfs/diskfs.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
> index 2c68aa3..e328527 100644
> --- a/libdiskfs/diskfs.h
> +++ b/libdiskfs/diskfs.h
> @@ -56,7 +56,7 @@ struct protid
>  /* One of these is created for each node opened by dir_lookup. */
>  struct peropen
>  {
> -  int filepointer;
> +  off_t filepointer;
>    int lock_status;
>    refcount_t refcnt;
>    int openstat;
> -- 
> 2.0.0.rc2
> 

-- 
Samuel
I develop for Linux for a living, I used to develop for DOS.
Going from DOS to Linux is like trading a glider for an F117.
(By entr...@world.std.com, Lawrence Foard)

Reply via email to