提交 91dc71f9 编写于 作者: R Richard Levitte

User OPENSSL_UNISTD instead of <unistd.h>.

Spotted by Mark Crispin <MRC@Panda.COM>
上级 b7b6c047
......@@ -54,10 +54,11 @@
*/
#include <openssl/crypto.h>
#include <openssl/opensslconf.h>
#if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2)
#include <unistd.h>
#include OPENSSL_UNISTD
int OPENSSL_issetugid(void)
{
......@@ -73,7 +74,7 @@ int OPENSSL_issetugid(void)
#else
#include <unistd.h>
#include OPENSSL_UNISTD
#include <sys/types.h>
int OPENSSL_issetugid(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册