From 41cebd325f5fe5138ae407af7da2360ada16b9e2 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 7 Oct 2015 10:59:22 -0500 Subject: [PATCH] resolve tame to 0 --- include/compat/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/compat/unistd.h b/include/compat/unistd.h index 758512b..2cd35dd 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h @@ -30,7 +30,7 @@ int getentropy(void *buf, size_t buflen); #endif #ifndef HAVE_TAME -#define tame(request, paths) +#define tame(request, paths) 0 #endif #endif