projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't change owner/perms/times through file:// symlinks
[apt.git]
/
apt-inst
/
contrib
/
arfile.h
diff --git
a/apt-inst/contrib/arfile.h
b/apt-inst/contrib/arfile.h
index 0f62a34a06bd41025bb88c9c1013c7fcccc3fa3e..297303a9d8403de1e28412c1368d5fcfa21b6685 100644
(file)
--- a/
apt-inst/contrib/arfile.h
+++ b/
apt-inst/contrib/arfile.h
@@
-17,6
+17,7
@@
#include <string>
#include <string>
+#include <apt-pkg/macros.h>
#ifndef APT_8_CLEANER_HEADERS
#include <apt-pkg/fileutl.h>
#endif
#ifndef APT_8_CLEANER_HEADERS
#include <apt-pkg/fileutl.h>
#endif
@@
-61,7
+62,7
@@
struct ARArchive::Member
unsigned long long Size;
// Location of the data.
unsigned long long Size;
// Location of the data.
- unsigned long Start;
+ unsigned long
long
Start;
Member *Next;
Member() : Start(0), Next(0) {};
Member *Next;
Member() : Start(0), Next(0) {};