CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/08/25 23:20:06
Modified files: lib/libc/sys : tame.2 sys/kern : kern_tame.c syscalls.master sys/sys : syscallargs.h tame.h Log message: Convert paths argument of tame(2) to const char **. The path will not be modified and this reduces casts. Discussed with many. ok deraadt@