CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/25 02:46:24
Modified files:
usr.bin/ssh : sftp-glob.c
Log message:
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.
