bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/9] libdiskfs: use correct type for disk offsets


From: Samuel Thibault
Subject: Re: [PATCH 3/9] libdiskfs: use correct type for disk offsets
Date: Fri, 6 Jun 2014 17:27:16 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

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 entropy@world.std.com, Lawrence Foard)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]