summaryrefslogtreecommitdiffstats
path: root/sftp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2021-12-21 23:02:50 +0100
committerDamien Miller <djm@mindrot.org>2021-12-21 23:02:50 +0100
commit715c892f0a5295b391ae92c26ef4d6a86ea96e8e (patch)
treea6dec7d4903af95a7693578b539b65c16ad48356 /sftp.c
parentadd agent-restrict.sh file, missed in last commit (diff)
downloadopenssh-715c892f0a5295b391ae92c26ef4d6a86ea96e8e.tar.xz
openssh-715c892f0a5295b391ae92c26ef4d6a86ea96e8e.zip
remove sys/param.h in -portable, after upstream
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sftp.c b/sftp.c
index 418f312f7..8cb5917a9 100644
--- a/sftp.c
+++ b/sftp.c
@@ -22,7 +22,6 @@
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
-#include <sys/param.h>
#include <sys/socket.h>
#include <sys/wait.h>
#ifdef HAVE_SYS_STATVFS_H