https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r188773 | tilghman | 2009-04-16 16:02:29 -0500 (Thu, 16 Apr 2009) | 4 lines
Umask should not be exported into global namespace.
(closes issue #14912)
Reported by: jcapp
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@188774
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
static char ext_pass_cmd[128];
static char ext_pass_check_cmd[128];
-int my_umask;
+static int my_umask;
#define PWDCHANGE_INTERNAL (1 << 1)
#define PWDCHANGE_EXTERNAL (1 << 2)