[58] in 6.033-lab
Linux R/O problem
daemon@ATHENA.MIT.EDU (Constantine Sapuntzakis)
Thu May 8 23:09:37 1997
To: 6.033-lab@MIT.EDU
Date: Thu, 08 May 1997 23:09:26 -0400
From: Constantine Sapuntzakis <csapuntz@zwolle.lcs.mit.edu>
First try bounced...
Here's the fix:
The following fix should get rid of the Linux read-only problem.
1) Remove #include <nfsconf.h> from sysconf.h
2) Add #include "nfsconf.h" after #include "sysconf.h" in mount.c
3) Remove the line #ifdef TRY_LINUX (and matching #endif) in
nfsconf.h
-Costa
csapuntz@mit.edu