mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
* --max-freed: support values >= 4 GB.
This commit is contained in:
parent
d3aa183beb
commit
5af84139a8
4 changed files with 12 additions and 3 deletions
|
@ -26,7 +26,7 @@ namespace nix {
|
|||
Path makeRootName(const Path & gcRoot, int & counter);
|
||||
void printGCWarning();
|
||||
|
||||
unsigned int getIntArg(const string & opt,
|
||||
unsigned long long getIntArg(const string & opt,
|
||||
Strings::iterator & i, const Strings::iterator & end);
|
||||
|
||||
/* Whether we're running setuid. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue