=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compress/main.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- src/usr.bin/compress/main.c 2015/10/03 04:19:14 1.87 +++ src/usr.bin/compress/main.c 2015/10/04 16:50:29 1.88 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.87 2015/10/03 04:19:14 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.88 2015/10/04 16:50:29 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 @@ -167,7 +167,7 @@ char outfile[PATH_MAX], _infile[PATH_MAX], suffix[16]; int bits, ch, error, rc, cflag, oflag; - if (tame("stdio wpath cpath fattr", NULL) == -1) + if (tame("stdio rpath wpath cpath fattr", NULL) == -1) err(1, "tame"); bits = cflag = oflag = 0;