freebsd-dev/lib/libjail
Jamie Gritton d031802b05 In preparation for using clang's -Wcast-qual:
Use __DECONST (instead of my own attempted re-invention) for the iov
parameters to jail_get/set(2).  Similarly remove the decost-ish hack
from execvp's argv, except the __DECONST is only added at very end.

While I'm at it, remove an unused variable and fix a comment typo.
2014-11-25 21:01:08 +00:00
..
jail_getid.c In preparation for using clang's -Wcast-qual: 2014-11-25 21:01:08 +00:00
jail.3
jail.c In preparation for using clang's -Wcast-qual: 2014-11-25 21:01:08 +00:00
jail.h
Makefile