projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix more instances of missing remapping handling
[apt.git]
/
apt-inst
/
contrib
/
arfile.h
diff --git
a/apt-inst/contrib/arfile.h
b/apt-inst/contrib/arfile.h
index f53356847f80156c055c9628602135e9ac5d27aa..297303a9d8403de1e28412c1368d5fcfa21b6685 100644
(file)
--- a/
apt-inst/contrib/arfile.h
+++ b/
apt-inst/contrib/arfile.h
@@
-62,11
+62,7
@@
struct ARArchive::Member
unsigned long long Size;
// Location of the data.
-#if APT_PKG_ABI >= 413
unsigned long long Start;
-#else
- unsigned long Start;
-#endif
Member *Next;
Member() : Start(0), Next(0) {};