mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
fix compilation on systems without SYMLOOP_MAX
This commit is contained in:
parent
fafe1d84a2
commit
eb6c50d82a
@ -44,6 +44,10 @@
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef SYMLOOP_MAX
|
||||
# define SYMLOOP_MAX 32
|
||||
#endif
|
||||
|
||||
/* A slightly modified copy of this file exists in libexec/ld.so */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user