[998] in SIPB_Linux_Development
fix for X11R6 Imake
daemon@ATHENA.MIT.EDU (Derek Atkins)
Fri Mar 31 17:01:37 1995
To: linux-dev@MIT.EDU
Date: Fri, 31 Mar 1995 17:01:06 EST
From: Derek Atkins <warlord@MIT.EDU>
Ok, I fixed Linux-AFS so that X11R6 imake will now work. The
bug was that the inode information wasn't being updated on
write, so performing:
write()
fstat()
would not get the updated information. I fixed write() to update
the inode attributes, and now imake works. You can pick up the
new libafs in /mit/warlord/for_testers/libafs.o.1.2.2
I hope to make a complete release sometime this weekend or next week.
This module will work with any kernel from 1.1.95 to 1.2.2! Enjoy!
-derek