Whamcloud - gitweb
Fix up thread exit status. It _should_ be returning 0 from WIFEXITED() when
authoradilger <adilger>
Mon, 15 Apr 2002 21:12:49 +0000 (21:12 +0000)
committeradilger <adilger>
Mon, 15 Apr 2002 21:12:49 +0000 (21:12 +0000)
commita558cdbbad1a4e0991ad5c5a2dd5ac1e6fbd0809
tree329c9b699b0dcf041f3802130849678ce24b1d91
parentbdd349d842be55f63623e05b63709845bab74026
Fix up thread exit status.  It _should_ be returning 0 from WIFEXITED() when
there was an error (well, according to the wait(2) man page), but instead it
appears to just tell is if this PID has exited or not.
lustre/utils/obdctl.c