mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/imfs/imfs_load_tar.c: Add include <sys/types.h>. Add include <sys/stat.h>. Add include <fcntl.h>. * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
|
||||
Add include <sys/stat.h>. Add include <fcntl.h>.
|
||||
* src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
|
||||
|
||||
2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
|
||||
|
||||
@@ -14,9 +14,14 @@
|
||||
* pointing to addresses in the TAR image.
|
||||
*************************************************************************/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <string.h>
|
||||
#include <chain.h>
|
||||
#include <imfs.h>
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
|
||||
Add include <sys/stat.h>. Add include <fcntl.h>.
|
||||
* src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
|
||||
|
||||
2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
|
||||
|
||||
@@ -14,9 +14,14 @@
|
||||
* pointing to addresses in the TAR image.
|
||||
*************************************************************************/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <string.h>
|
||||
#include <chain.h>
|
||||
#include <imfs.h>
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
|
||||
Reference in New Issue
Block a user