diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-20T00·10+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-20T00·10+0100 |
commit | ffb2ae54beb5796cd408fbe15d2d2da09ff37adf (patch) | |
tree | ef26eeb1526149b1569c6295fb3297469099bf7e /third_party/nix/src/build-remote | |
parent | ddd059e0fa97662fe2c8340f44ffc753491ce9ef (diff) |
chore(third_party/nix): Dump of minor accumulated changes r/780
None of these are worthy of a specific commit, or even have a real reason behind them, but I didn't want to lose them.
Diffstat (limited to 'third_party/nix/src/build-remote')
-rw-r--r-- | third_party/nix/src/build-remote/build-remote.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/build-remote/build-remote.cc b/third_party/nix/src/build-remote/build-remote.cc index ef139c6bdc11..fd32b5a63750 100644 --- a/third_party/nix/src/build-remote/build-remote.cc +++ b/third_party/nix/src/build-remote/build-remote.cc @@ -47,7 +47,7 @@ static bool allSupportedLocally(const std::set<std::string>& requiredFeatures) { return true; } -static int _main(int argc, char** argv) { +static int _main(int argc, char* argv[]) { { /* Ensure we don't get any SSH passphrase or host key popups. */ unsetenv("DISPLAY"); |