Date: Thu, 17 Jul 2003 15:44:41 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Message-ID: <200307172244.h6HMigVs028246@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2003/07/17 15:44:41 PDT FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Correct six return statements which returned zero instead of an appropriate error number after a failure condition. In particular, three of the changed statements return ESRCH for a failed pfind(), and in also three places a non-zero return from p_cansee() will be passed back, Also noticed by: rwatson Revision Changes Path 1.192 +10 -9 src/sys/kern/kern_proc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307172244.h6HMigVs028246>