=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/patch.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- src/usr.bin/patch/patch.c 2015/10/03 02:35:56 1.55 +++ src/usr.bin/patch/patch.c 2015/10/03 13:49:51 1.56 @@ -1,4 +1,4 @@ -/* $OpenBSD: patch.c,v 1.55 2015/10/03 02:35:56 deraadt Exp $ */ +/* $OpenBSD: patch.c,v 1.56 2015/10/03 13:49:51 deraadt Exp $ */ /* * patch - a program to apply diffs to original files @@ -147,7 +147,7 @@ const char *tmpdir; char *v; - if (tame("stdio rpath wpath cpath tmppath fattr", NULL) == -1) + if (tame("stdio rpath wpath cpath tmppath fattr proc", NULL) == -1) perror("tame"); setvbuf(stdout, NULL, _IOLBF, 0);