artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7bcccc
)
do not use weak; plus this dies next week
author
deraadt
<deraadt@openbsd.org>
Fri, 9 Oct 2015 06:10:57 +0000
(06:10 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 9 Oct 2015 06:10:57 +0000
(06:10 +0000)
lib/libc/sys/tame.c
patch
|
blob
|
history
diff --git
a/lib/libc/sys/tame.c
b/lib/libc/sys/tame.c
index
af5ee47
..
077e169
100644
(file)
--- 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);