bug-hurd
[Top][All Lists]
Advanced

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

diskfs.h `filepointer' type


From: Alfred M. Szmidt
Subject: diskfs.h `filepointer' type
Date: Tue, 28 Sep 2004 20:29:23 +0200

I don't see any logical reason for filepointer to be a int here.

libdiskfs/ChangeLog
2004-09-28  Alfred M. Szmidt  <ams@kemisten.nu>

        * diskfs.h (struct peropen): Changed member type of
        `filepointer' from `int' to `loff_t'.

--- libdiskfs/diskfs.h  27 Jun 2002 21:19:13 +0200      1.98
+++ libdiskfs/diskfs.h  28 Sep 2004 19:52:52 +0200      
@@ -1,5 +1,5 @@
 /* Definitions for fileserver helper functions
-   Copyright (C) 1994,95,96,97,98,99,2001,02 Free Software Foundation, Inc.
+   Copyright (C) 1994,95,96,97,98,99,2001,02,04 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -50,7 +50,7 @@ struct protid
 /* One of these is created for each node opened by dir_lookup. */
 struct peropen
 {
-  int filepointer;
+  loff_t filepointer;
   int lock_status;
   int refcnt;
   int openstat;




reply via email to

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