Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77860 Details for
Bug 119977
fam won't build with gcc-4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Two-liner to remove some (erroneous?) declarations in src/DNotify.h
fam-2.7.0-gcc41-dnotify-h.patch (text/plain), 630 bytes, created by
Christian Trefzer
on 2006-01-22 13:56:52 UTC
(
hide
)
Description:
Two-liner to remove some (erroneous?) declarations in src/DNotify.h
Filename:
MIME Type:
Creator:
Christian Trefzer
Created:
2006-01-22 13:56:52 UTC
Size:
630 bytes
patch
obsolete
>--- src/DNotify.h.orig 2006-01-22 22:34:18.000000000 +0100 >+++ src/DNotify.h 2006-01-22 22:35:00.611674048 +0100 >@@ -59,8 +59,8 @@ > static int pipe_write_fd; > static int pipe_read_fd; > static int change_queue[QUEUESIZE]; >- static volatile sig_atomic_t DNotify::queue_overflowed; >- static volatile sig_atomic_t DNotify::queue_changed; >+ static volatile sig_atomic_t queue_overflowed; >+ static volatile sig_atomic_t queue_changed; > static volatile int queue_head; // Only modified by read handler > static volatile int queue_tail; // Only modified by signal handler > static EventHandler ehandler;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119977
: 77860 |
77861