ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/chsh.c
(Generate patch)

Comparing CCSAdmin/chsh.c (file contents):
Revision 565 by douglas, 2005-08-28T03:37:15-07:00 vs.
Revision 567 by douglas, 2005-08-28T22:42:38-07:00

# Line 13 | Line 13 | int main(int argc, char *argv[])
13          if (argc < 1)
14                  return 1;
15  
16 +        umask(S_IWGRP | S_IWOTH);
17 +        
18          int exception;
19          jmp_buf environment;
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines