CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2012/02/06 13:29:54

Modified files:
        lib/libc/stdlib: tsearch.c 

Log message:
Revert previous diff as it resulted in the wrong return code when
the last node is deleted.  Instead, resolve the Coverity warning
by returning (node *)1 when you delete the root node.

based an idea from millert@.  ok otto@

Reply via email to