summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-09 06:10:57 +0000
committerderaadt <deraadt@openbsd.org>2015-10-09 06:10:57 +0000
commit201340bd4b174bd0ab747e931992567ea2a45c3e (patch)
treef8ce12f14600040391039ef43cfbe78b4b3e9f6a
parentanother stray ) (diff)
downloadwireguard-openbsd-201340bd4b174bd0ab747e931992567ea2a45c3e.tar.xz
wireguard-openbsd-201340bd4b174bd0ab747e931992567ea2a45c3e.zip
do not use weak; plus this dies next week
-rw-r--r--lib/libc/sys/tame.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/tame.c b/lib/libc/sys/tame.c
index af5ee47215f..077e1698edb 100644
--- a/lib/libc/sys/tame.c
+++ b/lib/libc/sys/tame.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tame.c,v 1.2 2015/10/09 04:38:54 deraadt Exp $ */
+/* $OpenBSD: tame.c,v 1.3 2015/10/09 06:10:57 deraadt Exp $ */
/*
* Written by Artur Grabowski <art@openbsd.org> Public Domain
*/
@@ -14,4 +14,3 @@ tame(const char *req, const char **paths)
{
return (pledge(req, paths));
}
-DEF_WEAK(tame);