From ffb2ae54beb5796cd408fbe15d2d2da09ff37adf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 May 2020 01:10:44 +0100 Subject: chore(third_party/nix): Dump of minor accumulated changes 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. --- third_party/nix/src/build-remote/build-remote.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nix/src/build-remote/build-remote.cc') diff --git a/third_party/nix/src/build-remote/build-remote.cc b/third_party/nix/src/build-remote/build-remote.cc index ef139c6bdc..fd32b5a637 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& 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"); -- cgit 1.4.1