opnsense-ports/devel/opencvs/files/patch-cvs.c
Franco Fichtner 40cd0ebfc0 */*: sync with upstream
Taken from: FreeBSD
2016-02-07 16:27:40 +01:00

13 lines
310 B
C

--- cvs.c.orig 2016-02-06 23:39:08.240246000 +0100
+++ cvs.c 2016-02-06 23:39:10.243855000 +0100
@@ -187,8 +187,10 @@ main(int argc, char **argv)
struct stat st;
char fpath[PATH_MAX];
+#if 0
if (pledge("stdio rpath wpath cpath fattr proc exec", NULL) == -1)
err(1, "pledge");
+#endif
tzset();