forked from Imagelibrary/rtems
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:
@@ -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>
|
2002-04-03 Alexander Kukuta <kam@oktet.ru>
|
||||||
|
|
||||||
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
* @(#) $Id$
|
* @(#) $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "rtems/blkdev.h"
|
#include "rtems/blkdev.h"
|
||||||
#include "rtems/diskdevs.h"
|
#include "rtems/diskdevs.h"
|
||||||
|
|||||||
@@ -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>
|
2002-04-03 Alexander Kukuta <kam@oktet.ru>
|
||||||
|
|
||||||
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
* @(#) $Id$
|
* @(#) $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "rtems/blkdev.h"
|
#include "rtems/blkdev.h"
|
||||||
#include "rtems/diskdevs.h"
|
#include "rtems/diskdevs.h"
|
||||||
|
|||||||
@@ -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>
|
2002-04-03 Alexander Kukuta <kam@oktet.ru>
|
||||||
|
|
||||||
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
* @(#) $Id$
|
* @(#) $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "rtems/blkdev.h"
|
#include "rtems/blkdev.h"
|
||||||
#include "rtems/diskdevs.h"
|
#include "rtems/diskdevs.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user