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

Comparing CCSAdmin/passwd.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 8 | Line 8
8  
9   int main(int argc, char *argv[])
10   {
11 +        if (argc < 1)
12 +                return 1;
13 +
14          int exception;
15          jmp_buf environment;
16  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines