aboutsummaryrefslogtreecommitdiff
path: root/mail/panda-imap/files/patch-src-osdep-unix-env_unix.c
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-12-14 17:56:14 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-12-14 17:56:14 +0000
commit69d0a0a2587baa86415d5b3cdc6a59afa7ae2ca1 (patch)
tree04a33ff4ac942f99bcc586ad49b302bf830b43bf /mail/panda-imap/files/patch-src-osdep-unix-env_unix.c
parentb3ff4a92e17993b54fc5a0e0c61a4099ce92b8e5 (diff)
Notes
Diffstat (limited to 'mail/panda-imap/files/patch-src-osdep-unix-env_unix.c')
-rw-r--r--mail/panda-imap/files/patch-src-osdep-unix-env_unix.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/panda-imap/files/patch-src-osdep-unix-env_unix.c b/mail/panda-imap/files/patch-src-osdep-unix-env_unix.c
new file mode 100644
index 000000000000..034709596f47
--- /dev/null
+++ b/mail/panda-imap/files/patch-src-osdep-unix-env_unix.c
@@ -0,0 +1,11 @@
+--- src/osdep/unix/env_unix.c.orig 2013-06-21 23:29:17.000000000 +0200
++++ src/osdep/unix/env_unix.c 2014-11-23 22:48:04.000000000 +0100
+@@ -76,7 +76,7 @@
+ static short anonymous = NIL; /* is anonymous */
+ static short blackBox = NIL; /* is a black box */
+ static short closedBox = NIL; /* is a closed box (uses chroot() jail) */
+-static long restrictBox = NIL; /* is a restricted box */
++static long restrictBox = -1; /* is a restricted box */
+ static short has_no_life = NIL; /* is a cretin with no life */
+ /* block environment init */
+ static short block_env_init = NIL;