Ticket #193: libfam-gcc3.patch

File libfam-gcc3.patch, 490 bytes (added by billy@…, 22 years ago)

small patch to get libfam to compile with gcc-3.2

  • fam/Scheduler.h

    diff -Naur ./fam/Scheduler.h ../fam-2.6.9-new/fam/Scheduler.h
    old new  
    105105    //  for the corresponding I/O type.
    106106
    107107    struct IOTypeInfo {
    108         FDInfo::FDIOHandler FDInfo::*const iotype;
     108        FDInfo::FDIOHandler FDInfo::* iotype;
    109109        unsigned int nbitsset;          // number of bits set in fds
    110110        fd_set fds;
    111111        IOTypeInfo(FDInfo::FDIOHandler FDInfo::* a_iotype) :