diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-08 00:07:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-08 00:07:21 +0000 |
commit | 14b73c606fc1b308688557b0b2d06ede517138bc (patch) | |
tree | 740b60c2642f1b2d6778bcc7a3735ad134fb63d6 /bin | |
parent | bd7cac8ffdefb3a791621f0994cc7e81046bd2f8 (diff) |
ah, fchflags. We will come back to this issue later
Diffstat (limited to 'bin')
-rw-r--r-- | bin/cp/cp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c index 001f4c5301b..2f6f7804117 100644 --- 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(); |