lix/src/libmain
Will Dietz 02d36fdab7 execl: cast NULL sentinel to (char *), per man page and compiler warning
From exec(3):

> The list of arguments must be terminated by a null pointer, and, since these
> are variadic functions, this pointer must be cast (char *) NULL
2018-03-20 13:31:58 -05:00
..
common-args.cc nix-env: Fix parsing of --system 2018-02-08 15:25:03 +01:00
common-args.hh Factor out --json 2017-04-24 14:21:36 +02:00
local.mk Doh 2016-02-22 17:33:27 +01:00
nix-main.pc.in Install some pkgconfig files 2014-09-18 12:00:40 +02:00
shared.cc execl: cast NULL sentinel to (char *), per man page and compiler warning 2018-03-20 13:31:58 -05:00
shared.hh Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
stack.cc src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26 2017-08-31 21:41:36 +01:00