diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-07 10:59:22 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-07 10:59:22 -0500 |
commit | 41cebd325f5fe5138ae407af7da2360ada16b9e2 (patch) | |
tree | 955104ece0e34900287f59a01e0fbdc222a396c2 | |
parent | 442cc6f1b4a5ff25a6301acee58199b65800730d (diff) | |
download | portable-41cebd325f5fe5138ae407af7da2360ada16b9e2.tar.gz portable-41cebd325f5fe5138ae407af7da2360ada16b9e2.tar.bz2 portable-41cebd325f5fe5138ae407af7da2360ada16b9e2.zip |
resolve tame to 0
-rw-r--r-- | include/compat/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
30 | #endif | 30 | #endif |
31 | 31 | ||
32 | #ifndef HAVE_TAME | 32 | #ifndef HAVE_TAME |
33 | #define tame(request, paths) | 33 | #define tame(request, paths) 0 |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #endif | 36 | #endif |