Support large files in the complete toolset. Indexes of this
[ntk/apt.git] / apt-inst / contrib / arfile.h
index 7f6c683..e2063cd 100644 (file)
@@ -54,7 +54,7 @@ struct ARArchive::Member
    unsigned long UID;
    unsigned long GID;
    unsigned long Mode;
-   unsigned long Size;
+   unsigned long long Size;
    
    // Location of the data.
    unsigned long Start;