oops, typo spotted in temporary .c file, by semarie
authorderaadt <deraadt@openbsd.org>
Fri, 9 Oct 2015 04:38:54 +0000 (04:38 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 9 Oct 2015 04:38:54 +0000 (04:38 +0000)
lib/libc/sys/tame.c

index 4774a17..af5ee47 100644 (file)
@@ -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);