2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/dosfs/fat.c: include config-header "config.h".
	* src/dosfs/fat_fat_operations.c: Ditto.
	* src/dosfs/fat_file.c: Ditto.
	* src/dosfs/msdos_conv.c: Ditto.
This commit is contained in:
Ralf Corsepius
2003-07-08 08:58:21 +00:00
parent 550c3df787
commit ffc144e6c0
5 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/fat.c: include config-header "config.h".
* src/dosfs/fat_fat_operations.c: Ditto.
* src/dosfs/fat_file.c: Ditto.
* src/dosfs/msdos_conv.c: Ditto.
2003-07-02 Chris Johns <cjohns@cybertec.com.au>
* src/dosfs/Makefile.am, src/dosfs/msdos.h,

View File

@@ -9,6 +9,10 @@
* @(#) $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@@ -9,6 +9,10 @@
* @(#) $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@@ -10,6 +10,10 @@
*
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@@ -18,6 +18,10 @@
* October 1992
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h>
#include "msdos.h"
/*