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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- evkeyd-0.1pre7-orig/backlight.c  2004-08-10 10:13:52.379873904 -0500
0
++ evkeyd-0.1pre7/backlight.c       2004-08-10 10:07:56.347496240 -0500
Lines 21-25 Link Here
21
       int fd = open(DEV_PMU, O_RDWR);
21
       int fd = open(DEV_PMU, O_RDWR);
22
       
22
       
23
        if(ioctl(fd, _IOR('B', 6, 0), 0) < 0) {
23
        if(ioctl(fd, _IOR('B', 6, size_t), 0) < 0) {
24
               log_warn(cfg, "couldn't grab backlight");
24
               log_warn(cfg, "couldn't grab backlight");
25
               cfg->backlight_enable = 0;
25
               cfg->backlight_enable = 0;

Return to bug 60240