]> git.pld-linux.org Git - packages/fam.git/commitdiff
fix compilation with gcc 3.2 (by DJ Urban)
authorArtur Frysiak <artur@frysiak.net>
Thu, 29 Aug 2002 10:58:53 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fam-gcc3.patch -> 1.1

fam-gcc3.patch [new file with mode: 0644]

diff --git a/fam-gcc3.patch b/fam-gcc3.patch
new file mode 100644 (file)
index 0000000..2ee1dbd
--- /dev/null
@@ -0,0 +1,11 @@
+--- fam-2.6.9/fam/Scheduler.h.gcc31    2002-05-16 15:24:43.000000000 -0400
++++ fam-2.6.9/fam/Scheduler.h  2002-05-16 15:24:48.000000000 -0400
+@@ -104,7 +104,7 @@
+     //  for the corresponding I/O type.
+     struct IOTypeInfo {
+-      FDInfo::FDIOHandler FDInfo::*const iotype;
++      FDInfo::FDIOHandler FDInfo::* iotype;
+       unsigned int nbitsset;          // number of bits set in fds
+       fd_set fds;
+       IOTypeInfo(FDInfo::FDIOHandler FDInfo::* a_iotype) :
This page took 0.136484 seconds and 4 git commands to generate.