2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* libc/stat.c: include <string.h>.
	* libc/printk.c: Remove libcpu/cpu.h.
This commit is contained in:
Joel Sherrill
2002-04-08 18:29:16 +00:00
parent 228587bbf4
commit 29fd4e38bd
7 changed files with 8 additions and 3 deletions

View File

@@ -25,7 +25,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <rtems/bspIo.h>
/* #include <libcpu/cpu.h> */
/*-------------------------------------------------------------------------+
| Function: printNum

View File

@@ -39,6 +39,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <rtems/libio_.h>
#include <rtems/seterr.h>

View File

@@ -1,3 +1,8 @@
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/stat.c: include <string.h>.
* libc/printk.c: Remove libcpu/cpu.h.
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/ctermid.c: Include <string.h>.

View File

@@ -25,7 +25,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <rtems/bspIo.h>
/* #include <libcpu/cpu.h> */
/*-------------------------------------------------------------------------+
| Function: printNum

View File

@@ -39,6 +39,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <rtems/libio_.h>
#include <rtems/seterr.h>

View File

@@ -25,7 +25,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <rtems/bspIo.h>
/* #include <libcpu/cpu.h> */
/*-------------------------------------------------------------------------+
| Function: printNum

View File

@@ -39,6 +39,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <rtems/libio_.h>
#include <rtems/seterr.h>