CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/01/07 19:44:14

Modified files:
        usr.bin/ssh    : sftp.c 

Log message:
don't try to use timespeccmp(3) directly as a qsort(3) comparison
function - it returns 0/1 and not the -1/0/1 that qsort expectes.

fixes sftp "ls -ltr" under some circumstances.

Based on patch by Masahiro Matsuya via bz3248.

Reply via email to