Re: Can't compile CVS: libvfs-mc.a undefined references



> 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  <proski gnu org>
+
+	* mcfs.c: Move config.h to the beginning.
+
 2002-09-19  Andrew V. Samoilov  <sav bcs zp ua>
--- 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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]