K 10 svn:author V 6 obrien K 8 svn:date V 27 2008-02-26T18:19:49.000000Z K 7 svn:log V 302 Back out MFC of "eradicate caddr_t". Turn's out Kris' suspisions were right - from a suttle code compatability point of view. Robert Watson found that ARLA code had something like this: typedef int (*foo_t)(caddr_t); ... foo_t fred; The compile gets all snarky when it finds int fred(void *) { .. }. END