On Thu, Feb 16, 2006 at 09:53:29PM +0200, Oren Held wrote: > It works very well on 2.4, and unfortunately I cannot upgrade the LSF > version (not free software..) > > I believe this incompatibility issue comes up with other pieces of code > as well. > Any more-or-less standard way to put procfs into 2.4-compatibility mode, > or another creative idea?
No way to do the former; for the latter, just wrap it up with ptrace or LD_PRELOAD and intercept the calls to open, read and close /proc/stat. Cheers, Muli -- Muli Ben-Yehuda http://www.mulix.org | http://mulix.livejournal.com/ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
