summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-09 04:38:54 +0000
committerderaadt <deraadt@openbsd.org>2015-10-09 04:38:54 +0000
commitd261d23e23bf63d64be06aa5d10b2a05077ecbb1 (patch)
tree59229e0bd33ea3dcf412b30fc1cfabb1f8f7913d
parentfix a gotcha in the connect refactoring, that could result in dropping (diff)
downloadwireguard-openbsd-d261d23e23bf63d64be06aa5d10b2a05077ecbb1.tar.xz
wireguard-openbsd-d261d23e23bf63d64be06aa5d10b2a05077ecbb1.zip
oops, typo spotted in temporary .c file, by semarie
-rw-r--r--lib/libc/sys/tame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/tame.c b/lib/libc/sys/tame.c
index 4774a17afeb..af5ee47215f 100644
--- a/lib/libc/sys/tame.c
+++ b/lib/libc/sys/tame.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tame.c,v 1.1 2015/10/09 01:24:57 deraadt Exp $ */
+/* $OpenBSD: tame.c,v 1.2 2015/10/09 04:38:54 deraadt Exp $ */
/*
* Written by Artur Grabowski <art@openbsd.org> Public Domain
*/
@@ -14,4 +14,4 @@ tame(const char *req, const char **paths)
{
return (pledge(req, paths));
}
-DEF_WEAK(mquery);
+DEF_WEAK(tame);