diff options
author | Julian Andres Klode <jak@debian.org> | 2010-07-27 13:27:26 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2010-07-27 13:27:26 +0200 |
commit | 4b12ea903c5166e6215764e6507f6271782df6ff (patch) | |
tree | f8861a3b558ce72d1481cb516a5800aa545f5141 /debian | |
parent | 144c096976b2ce05fe64e5761c0df5854f6c0c09 (diff) |
* cmdline/apt-get.cc:
- Support large filesystems by using statvfs64() instead of statvfs()
and statfs64() instead of statfs() (Closes: #590513).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 06454cd5a..95f2338c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ apt (0.7.26~exp11) experimental; urgency=low - Add to history whether a change was automatic or not. * apt-pkg/contrib/fileutl.cc: - Add FileFd::OpenDescriptor() (needed for python-apt's #383617). + * cmdline/apt-get.cc: + - Support large filesystems by using statvfs64() instead of statvfs() + and statfs64() instead of statfs() (Closes: #590513). -- Julian Andres Klode <jak@debian.org> Wed, 21 Jul 2010 17:09:11 +0200 |