cvs commit: src/sys/kern kern_proc.c

Robert Drehmel robert at FreeBSD.org
Thu Jul 17 15:44:43 PDT 2003


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


More information about the cvs-src mailing list