]> git.pld-linux.org Git - packages/fam.git/blame - fam-gcc3.patch
- updated to 2.6.10
[packages/fam.git] / fam-gcc3.patch
CommitLineData
8956ba74
AF
1--- fam-2.6.9/fam/Scheduler.h.gcc31 2002-05-16 15:24:43.000000000 -0400
2+++ fam-2.6.9/fam/Scheduler.h 2002-05-16 15:24:48.000000000 -0400
3@@ -104,7 +104,7 @@
4 // for the corresponding I/O type.
5
6 struct IOTypeInfo {
7- FDInfo::FDIOHandler FDInfo::*const iotype;
8+ FDInfo::FDIOHandler FDInfo::* iotype;
9 unsigned int nbitsset; // number of bits set in fds
10 fd_set fds;
11 IOTypeInfo(FDInfo::FDIOHandler FDInfo::* a_iotype) :
This page took 0.050371 seconds and 4 git commands to generate.