Changes between Version 6 and Version 7 of GPM
- Timestamp:
- 10/17/2007 10:11:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPM
v6 v7 20 20 With 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. 21 21 22 ---- 23 if you get ''''''error: 'OPEN_MAX' undeclared (first use in this function)'''''' 24 try 25 26 {{{ 27 sed -i 's/OPEN_MAX/NR_OPEN/' src/special.c && 28 sed -i 's/OPEN_MAX/NR_OPEN/' src/prog/gpm-root.y 29 }}} 30 31 32 22 33 [wiki:SystemUtilities Up][[br]] 23 34 [wiki:BlfsNotes Top]