artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00a4e8
)
ah, fchflags. We will come back to this issue later
author
deraadt
<deraadt@openbsd.org>
Thu, 8 Oct 2015 00:07:20 +0000
(
00:07
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 8 Oct 2015 00:07:20 +0000
(
00:07
+0000)
bin/cp/cp.c
patch
|
blob
|
history
diff --git
a/bin/cp/cp.c
b/bin/cp/cp.c
index
001f4c5
..
2f6f780
100644
(file)
--- a/
bin/cp/cp.c
+++ b/
bin/cp/cp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cp.c,v 1.
39 2015/10/07 15:44:58
deraadt Exp $ */
+/* $OpenBSD: cp.c,v 1.
40 2015/10/08 00:07:20
deraadt Exp $ */
/* $NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $ */
/*
@@
-129,11
+129,6
@@
main(int argc, char *argv[])
argc -= optind;
argv += optind;
- /* unfortunately, -R will use mkfifo & mknod */
- if (Rflag == 0)
- if (tame("stdio rpath wpath cpath fattr", NULL) == -1)
- err(1, "tame");
-
if (argc < 2)
usage();