]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
setproctitle compat requires envp, not environ
authorRoy Marples <roy@marples.name>
Sat, 10 Oct 2020 13:44:00 +0000 (14:44 +0100)
committerRoy Marples <roy@marples.name>
Sat, 10 Oct 2020 13:44:00 +0000 (14:44 +0100)
commit05e9264a61165bfeee1a7f03e31c1b7cbefbefd4
treeafd531fbc2376fd17066d5b881994ba6c0657987
parent8366c54b425ca9cb77db2a24d96a120139d8cbe6
setproctitle compat requires envp, not environ

The two could be different!
envp is NOT C or POSIX standard, but does appear to be a UNIX standard.
src/dhcpcd.c