Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 256955
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- aircrack-ng-1.0-rc1/src/wesside-ng.c.orig   2008-06-09 14:55:09.000000000 -0500
0
++ aircrack-ng-1.0-rc1/src/wesside-ng.c        2009-01-30 10:42:27.000000000 -0600
Lines 1591-1597 Link Here
1591
                       strncat(k, ":", 1);
1591
                       strncat(k, ":", 1);
1592
       }
1592
       }
1593
1593
1594
       fd = open(KEY_FILE, O_WRONLY | O_CREAT | 0644);
1594
       fd = open(KEY_FILE, O_WRONLY | O_CREAT,
1595
                  S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
1595
       if (fd == -1)
1596
       if (fd == -1)
1596
               err(1, "open()");
1597
               err(1, "open()");

Return to bug 256955