K 10 svn:author V 3 bde K 8 svn:date V 27 1999-12-27T10:22:09.000000Z K 7 svn:log V 257 Fixed some type mismatches. p_retval[0] in struct proc has type register_t, so pointers to it must be passed around as `register_t *', not as `int *'. The type mismatches were non-benign on alphas, but the broken code is normally only configured by LINT. END