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 563 by douglas, 2005-08-28T01:55:06-07:00 vs.
Revision 564 by douglas, 2005-08-28T03:22:30-07:00

# Line 10 | Line 10
10  
11   int main(int argc, char *argv[])
12   {
13 +        if (argc < 1)
14 +                return 1;
15 +
16          int exception;
17          jmp_buf environment;
18  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines