K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-09-29T20:12:39.000000Z K 7 svn:log V 223 Careless use of struct proc *p caused major problems. 'p' is allowed to be NULL in this function (nfs_sigintr). Reorder the statements and guard them all with a single if (p != NULL). reported, reviewed and tested by: jdp END