Changes by: buckweat (buckweat at unknown.email)
Date: 2002-05-30 11:30:38 -0700 (Thu, 30 May 2002)
Revision: 1583
Log message:

      Changed Makefile so it builds symlink.o instead of inode.o. I also
      unincluded general.h from all of the files besides fio_mod.c. The reason
      we were running into problems before was that dir.c contained 2 lines
      like this:
      
      #include <linux/module.h>
      #define __NO_VERSION__
      
      (which unsurprisingly gave us problems)
      
      Jason
      

Changes  Path
+1 -1 mojavefs/src/fio/Makefile
+0 -4 mojavefs/src/fio/dir.c
+0 -1 mojavefs/src/fio/mojave_filter.c
+0 -1 mojavefs/src/fio/super.c
+0 -1 mojavefs/src/fio/symlink.c