Changes between Version 6 and Version 7 of GPM


Ignore:
Timestamp:
10/17/2007 10:11:46 PM (16 years ago)
Author:
Firerat
Comment:

linux-2.6.23 headers, gpm-1.20.1

Legend:

Unmodified
Added
Removed
Modified
  • GPM

    v6 v7  
    2020With LFS-6.2, this problem does not exist, because a kernel patch is applied. However, the patch is conceptually wrong, and thus rejected by kernel developers.
    2121
     22----
     23if you get ''''''error: 'OPEN_MAX' undeclared (first use in this function)''''''
     24try
     25
     26{{{
     27sed -i 's/OPEN_MAX/NR_OPEN/' src/special.c &&
     28sed -i 's/OPEN_MAX/NR_OPEN/' src/prog/gpm-root.y
     29}}}
     30
     31
     32
    2233[wiki:SystemUtilities Up][[br]]
    2334[wiki:BlfsNotes Top]