artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f053eea
)
oops, typo spotted in temporary .c file, by semarie
author
deraadt
<deraadt@openbsd.org>
Fri, 9 Oct 2015 04:38:54 +0000
(
04:38
+0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 9 Oct 2015 04:38:54 +0000
(
04:38
+0000)
lib/libc/sys/tame.c
patch
|
blob
|
history
diff --git
a/lib/libc/sys/tame.c
b/lib/libc/sys/tame.c
index
4774a17
..
af5ee47
100644
(file)
--- 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
);