Remove the char * casts from arguments to do_lstat, do_readdir and
authordtucker <dtucker@openbsd.org>
Fri, 25 Feb 2022 09:46:24 +0000 (09:46 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 25 Feb 2022 09:46:24 +0000 (09:46 +0000)
commit844b552a9f36a8bf082b7a16dbee612774370e8d
tree4e77f829eea385cec4aa956b8de4bf3efad1161a
parent80ceac1983da55420b0737450ea0ed47b8271479
Remove the char * casts from arguments to do_lstat, do_readdir and
do_stat paths since the underlying functions now take a const char *.
Patch from vapier at gentoo.org.
usr.bin/ssh/sftp-glob.c