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 568 by douglas, 2005-08-28T22:53:30-07:00

# Line 4 | Line 4
4   //
5   // Change Shell
6  
7 #include <sys/utsname.h>
8
7   #include "common.h"
8  
9   int main(int argc, char *argv[])
# Line 13 | Line 11 | int main(int argc, char *argv[])
11          if (argc < 1)
12                  return 1;
13  
14 +        umask(S_IWGRP | S_IWOTH);
15 +        
16          int exception;
17          jmp_buf environment;
18  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines