CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/13 12:06:18
Modified files:
usr.bin/ssh : sftp-server.c
Log message:
Replace <sys/mount.h> with <limits.h> The former is a portability
hassle, but it turns out the only thing we need from it is PATH_MAX
which we can get directly from limits.h.
