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

* src/ramdisk.c: include <string.h>.
	* src/blkdev.c: include <string.h>.
This commit is contained in:
Joel Sherrill
2002-04-08 18:29:02 +00:00
parent c873f40be0
commit 228587bbf4
9 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/ramdisk.c: include <string.h>.
* src/blkdev.c: include <string.h>.
2002-04-03 Alexander Kukuta <kam@oktet.ru>
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal

View File

@@ -7,6 +7,8 @@
* @(#) $Id$
*/
#include <string.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <sys/ioctl.h>

View File

@@ -11,6 +11,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "rtems/blkdev.h"
#include "rtems/diskdevs.h"

View File

@@ -1,3 +1,8 @@
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/ramdisk.c: include <string.h>.
* src/blkdev.c: include <string.h>.
2002-04-03 Alexander Kukuta <kam@oktet.ru>
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal

View File

@@ -7,6 +7,8 @@
* @(#) $Id$
*/
#include <string.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <sys/ioctl.h>

View File

@@ -11,6 +11,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "rtems/blkdev.h"
#include "rtems/diskdevs.h"

View File

@@ -1,3 +1,8 @@
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/ramdisk.c: include <string.h>.
* src/blkdev.c: include <string.h>.
2002-04-03 Alexander Kukuta <kam@oktet.ru>
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal

View File

@@ -7,6 +7,8 @@
* @(#) $Id$
*/
#include <string.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <sys/ioctl.h>

View File

@@ -11,6 +11,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "rtems/blkdev.h"
#include "rtems/diskdevs.h"