diff options
author | Damien Miller <djm@mindrot.org> | 2021-12-21 23:02:50 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-12-21 23:02:50 +0100 |
commit | 715c892f0a5295b391ae92c26ef4d6a86ea96e8e (patch) | |
tree | a6dec7d4903af95a7693578b539b65c16ad48356 /openbsd-compat/getcwd.c | |
parent | add agent-restrict.sh file, missed in last commit (diff) | |
download | openssh-715c892f0a5295b391ae92c26ef4d6a86ea96e8e.tar.xz openssh-715c892f0a5295b391ae92c26ef4d6a86ea96e8e.zip |
remove sys/param.h in -portable, after upstream
Diffstat (limited to 'openbsd-compat/getcwd.c')
-rw-r--r-- | openbsd-compat/getcwd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/getcwd.c b/openbsd-compat/getcwd.c index e4f7f5a3d..2d56bae19 100644 --- a/openbsd-compat/getcwd.c +++ b/openbsd-compat/getcwd.c @@ -34,7 +34,6 @@ #if !defined(HAVE_GETCWD) -#include <sys/param.h> #include <sys/stat.h> #include <errno.h> #include <dirent.h> |