diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 19:49:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 19:49:27 +0000 |
commit | 4cd5f4c0f19bca04c146e46659bd1ada4b86c77a (patch) | |
tree | 58e48d53961ddd30404cdfb19088d35d8d2cfd23 /mail/imap-uw/files | |
parent | 90ea4e9e4601d00c55b08d5be7883272f04b3fcf (diff) | |
download | ports-4cd5f4c0f19bca04c146e46659bd1ada4b86c77a.tar.gz ports-4cd5f4c0f19bca04c146e46659bd1ada4b86c77a.zip |
Notes
Diffstat (limited to 'mail/imap-uw/files')
-rw-r--r-- | mail/imap-uw/files/patch-src-osdep-unix-env_unix.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/imap-uw/files/patch-src-osdep-unix-env_unix.c b/mail/imap-uw/files/patch-src-osdep-unix-env_unix.c new file mode 100644 index 000000000000..61e0b8367438 --- /dev/null +++ b/mail/imap-uw/files/patch-src-osdep-unix-env_unix.c @@ -0,0 +1,11 @@ +--- src/osdep/unix/env_unix.c.orig Mon Sep 13 23:31:19 2004 ++++ src/osdep/unix/env_unix.c Fri Nov 25 20:44:01 2005 +@@ -44,7 +44,7 @@ + static short anonymous = NIL; /* is anonymous */ + static short blackBox = NIL; /* is a black box */ + static short closedBox = NIL; /* is a closed box */ +-static short restrictBox = NIL; /* is a restricted box */ ++static short restrictBox = -1; /* is a restricted box */ + static short has_no_life = NIL; /* is a cretin with no life */ + /* flock() emulator is a no-op */ + static short disableFcntlLock = NIL; |