summaryrefslogtreecommitdiff
path: root/lib/libc/sys/tame.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-10-09 06:10:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-10-09 06:10:58 +0000
commitd0f207c926a5f5a8af4fc326a1c5199b0389ee85 (patch)
tree07637f64a838af58d142280e5af27e95d4fd2f2b /lib/libc/sys/tame.c
parent4fdb700bafe450d1f50820c232094e23de493ff9 (diff)
do not use weak; plus this dies next week
Diffstat (limited to 'lib/libc/sys/tame.c')
-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);