From: deraadt Date: Fri, 9 Oct 2015 04:38:54 +0000 (+0000) Subject: oops, typo spotted in temporary .c file, by semarie X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d261d23e23bf63d64be06aa5d10b2a05077ecbb1;p=openbsd oops, typo spotted in temporary .c file, by semarie --- 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 Public Domain */ @@ -14,4 +14,4 @@ tame(const char *req, const char **paths) { return (pledge(req, paths)); } -DEF_WEAK(mquery); +DEF_WEAK(tame);