K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-01-24T18:56:44.000000Z K 7 svn:log V 459 MFC kern_sig.c:1.266 When not creating a core dump due to resource limits specifying a maximum dump size of 0, return a size-related error, rather than returning success. Otherwise, waitpid() will incorrectly return a status indicating that a core dump was created. Note that the specific error doesn't actually matter, since it's lost. MFC after: 2 weeks PR: 60367 Submitted by: Valentin Nechayev END