diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-02-03 12:42:13 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-02-03 12:42:13 +0000 |
| commit | 70a325116f002d476bd9bb018f3032ada5da0da2 (patch) | |
| tree | 7db1a71ec3a10cf390a75d8ed1107655363e8e8c /apt-pkg/depcache.h | |
| parent | 4137efbb2ec78bd3c8b8263ff20134d7fdc6f75b (diff) | |
| parent | 452586e84ad54ca23dee399bf9809c49e7171f36 (diff) | |
Merge branch 'boot-space-2' into 'main'
Correctly calculate kernel size in /boot
See merge request apt-team/apt!444
Diffstat (limited to 'apt-pkg/depcache.h')
| -rw-r--r-- | apt-pkg/depcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index 49ef4f441..8d50d6fc6 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -491,7 +491,7 @@ class APT_PUBLIC pkgDepCache : protected pkgCache::Namespace bool CheckConsistency(char const *const msgtag = ""); #ifdef APT_COMPILING_APT - double BootSize(bool initrdOnly); + unsigned long long BootSize(bool initrdOnly); #endif protected: // methods call by IsInstallOk |
