I don't see any logical reason for filepointer to be a int here.
libdiskfs/ChangeLog
2004-09-28 Alfred M. Szmidt <[EMAIL PROTECTED]>
* 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;
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-hurd