mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
Since Mark Crispin left the UW, development on UW-IMAP paused. Mark however continued developing the toolkit under the name Panda-IMAP. Since Mark passed, Jonathan Abbey created a project on GitHub, by concatenating all of the public releases of UW IMAP with the last version of Panda IMAP. Add conflict lines with the original ports.
11 lines
579 B
C
11 lines
579 B
C
--- 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;
|