K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-29T07:23:53.000000Z K 7 svn:log V 405 Removed a bogus cast to c_caddr_t. This is part of terminating c_caddr_t with extreme prejudice. Here we want to convert from `const char *' to `const char *'. Casting through c_caddr_t is not the way to do this. The original cast to caddr_t was apparently to break warnings about const mismatches in other versions of BSD (in 4.4BSDLite2, the conversion is from `const char *path' to plain caddr_t). END