* mcfs.c: Move config,h to the beginning.

This commit is contained in:
Pavel Roskin 2002-09-21 23:01:41 +00:00
parent 7fcd9a6517
commit e90d91e7a0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* tcputil.c [!WITH_MCFS]: Disable mcfs related code.

View File

@ -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>