K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T23:17:15.000000Z K 7 svn:log V 331 Changed type of ni_dirp in `struct namei' from caddr_t to `const char *' so that the compiler can see that it is OK to use const strings in NDINIT(). Some emulators want to use paths of the form "/compat/foo". Removed the casts that hid the non-problem. Didn't fix the missing consts in syscalls.master that hid the non-problem. END