Files
nix/src/libutil
Alyssa Ross 369ed71858 libutil: use uniform initialization in _deletePath
Otherwise I get a compiler error when building for NetBSD:

src/libutil/util.cc: In function 'void nix::_deletePath(const Path&, uint64_t&)':
src/libutil/util.cc:438:17: error: base operand of '->' is not a pointer
  438 |     AutoCloseFD dirfd(open(dir.c_str(), O_RDONLY));
      |                 ^~~~~
src/libutil/util.cc:439:10: error: 'dirfd' was not declared in this scope
  439 |     if (!dirfd) {
      |          ^~~~~
src/libutil/util.cc:444:17: error: 'dirfd' was not declared in this scope
  444 |     _deletePath(dirfd.get(), path, bytesFreed);
      |                 ^~~~~
2021-07-24 09:19:48 +00:00
..
2020-05-04 14:44:00 -06:00
2020-07-12 16:52:20 +02:00
2020-12-02 14:23:38 +01:00
2020-09-21 18:42:21 +02:00
2021-01-21 11:02:09 +01:00
2016-11-07 14:35:47 +01:00
2020-10-07 16:33:19 +02:00
2020-12-02 14:17:27 +01:00
2020-12-02 14:17:27 +01:00
2020-07-30 15:27:28 +02:00
2021-07-01 18:19:01 -06:00
2020-12-10 16:41:24 +01:00
2018-02-14 18:26:37 -05:00
2021-07-09 14:03:48 +02:00
2020-06-16 14:28:41 +02:00
2020-06-16 14:28:41 +02:00
2020-09-17 20:21:04 +02:00
2017-10-09 15:41:09 +02:00
2020-10-06 10:40:07 +02:00
2020-10-26 17:01:20 +01:00
2021-07-01 11:09:31 -07:00
2020-09-21 18:22:45 +02:00
2021-07-01 18:19:01 -06:00
2019-11-06 16:53:02 +01:00