opnsense-src/usr.bin/newgrp
Hartmut Brandt 7ff34dc884 Use (char *)NULL to terminated to argument list for execl().
Without this cast the compiler cannot know that it has to convert
the null pointer constant NULL to a null pointer.
2003-10-30 15:14:34 +00:00
..
Makefile Add the newgrp(1) utility, which changes groups. This is required by 2002-05-28 05:05:28 +00:00
newgrp.1 mdoc(7) police: one minor change that was not probably worth a commit. 2002-05-30 13:57:35 +00:00
newgrp.c Use (char *)NULL to terminated to argument list for execl(). 2003-10-30 15:14:34 +00:00