> Thank you for quick report! Andrew, please fix it and test both with and > without mcfs.
Fixed and tested. ============================= --- ChangeLog +++ ChangeLog @@ -1 +1,5 @@ +2002-09-21 Pavel Roskin <[EMAIL PROTECTED]> + + * mcfs.c: Move config.h to the beginning. + 2002-09-19 Andrew V. Samoilov <[EMAIL PROTECTED]> --- mcfs.c +++ mcfs.c @@ -24,8 +24,9 @@ /* Namespace: exports mcfs_vfs_ops, tcp_invalidate_socket */ -#ifdef WITH_MCFS #include <config.h> + +#ifdef WITH_MCFS #include <stdio.h> #include <errno.h> #include <string.h> ============================= -- Regards, Pavel Roskin _______________________________________________ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel
