mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/utils/lib/stubs_c.c


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/utils/lib/stubs_c.c
Date: Wed, 26 May 2010 17:40:29 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       10/05/26 17:40:28

Modified files:
        distrib        : ChangeLog 
        src/utils/lib  : stubs_c.c 

Log message:
        patch #7206

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1436&r2=1.1437
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/utils/lib/stubs_c.c?cvsroot=mldonkey&r1=1.45&r2=1.46

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1436
retrieving revision 1.1437
diff -u -b -r1.1436 -r1.1437
--- distrib/ChangeLog   24 May 2010 18:10:49 -0000      1.1436
+++ distrib/ChangeLog   26 May 2010 17:40:28 -0000      1.1437
@@ -14,6 +14,9 @@
 ChangeLog
 =========
 
+2010/05/26
+7206: MinGW: Fix diskinfo on large partitions
+
 2010/05/24
 7201: DC: Whitespace fixes (ygrek)
 7202: BT: Improve internal tracker (ygrek)

Index: src/utils/lib/stubs_c.c
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/utils/lib/stubs_c.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- src/utils/lib/stubs_c.c     24 Feb 2009 18:34:31 -0000      1.45
+++ src/utils/lib/stubs_c.c     26 May 2010 17:40:28 -0000      1.46
@@ -936,16 +936,16 @@
 #define NTFS_SUPER_MAGIC      0x5346544E
 
 struct statfs {
-   long    f_type;     /* type of filesystem (see below) */
-   long    f_bsize;    /* optimal transfer block size */
-   long    f_blocks;   /* total data blocks in file system */
-   long    f_bfree;    /* free blocks in fs */
-   long    f_bavail;   /* free blocks avail to non-superuser */
-   long    f_files;    /* total file nodes in file system */
-   long    f_ffree;    /* free file nodes in fs */
-   long    f_fsid;     /* file system id */
-   long    f_namelen;  /* maximum length of filenames */
-   long    f_spare[6]; /* spare for later */
+   unsigned __int64    f_type;     /* type of filesystem (see below) */
+   unsigned __int64    f_bsize;    /* optimal transfer block size */
+   unsigned __int64    f_blocks;   /* total data blocks in file system */
+   unsigned __int64    f_bfree;    /* free blocks in fs */
+   unsigned __int64    f_bavail;   /* free blocks avail to non-superuser */
+   unsigned __int64    f_files;    /* total file nodes in file system */
+   unsigned __int64    f_ffree;    /* free file nodes in fs */
+   unsigned __int64    f_fsid;     /* file system id */
+   unsigned __int64    f_namelen;  /* maximum length of filenames */
+   unsigned __int64    f_spare[6]; /* spare for later */
 };
 
 static int statfs (const unsigned char *path, struct statfs *buf)



reply via email to

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