forked from Imagelibrary/rtems
2002-04-03 Alexander Kukuta <kam@oktet.ru>
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal and bdbuf_buffer.avl.cache to signed char instead of char.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-04-03 Alexander Kukuta <kam@oktet.ru>
|
||||
|
||||
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
||||
and bdbuf_buffer.avl.cache to signed char instead of char.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -38,12 +38,12 @@ typedef struct bdbuf_buffer {
|
||||
Chain_Node link; /* Link in the lru, mod or free chains */
|
||||
|
||||
struct bdbuf_avl_node {
|
||||
char cache; /* Cache */
|
||||
signed char cache; /* Cache */
|
||||
|
||||
struct bdbuf_buffer* left; /* Left Child */
|
||||
struct bdbuf_buffer* right; /* Right Child */
|
||||
|
||||
char bal; /* The balance of the sub-tree */
|
||||
signed char bal; /* The balance of the sub-tree */
|
||||
} avl;
|
||||
|
||||
dev_t dev; /* device number */
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-04-03 Alexander Kukuta <kam@oktet.ru>
|
||||
|
||||
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
||||
and bdbuf_buffer.avl.cache to signed char instead of char.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -38,12 +38,12 @@ typedef struct bdbuf_buffer {
|
||||
Chain_Node link; /* Link in the lru, mod or free chains */
|
||||
|
||||
struct bdbuf_avl_node {
|
||||
char cache; /* Cache */
|
||||
signed char cache; /* Cache */
|
||||
|
||||
struct bdbuf_buffer* left; /* Left Child */
|
||||
struct bdbuf_buffer* right; /* Right Child */
|
||||
|
||||
char bal; /* The balance of the sub-tree */
|
||||
signed char bal; /* The balance of the sub-tree */
|
||||
} avl;
|
||||
|
||||
dev_t dev; /* device number */
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-04-03 Alexander Kukuta <kam@oktet.ru>
|
||||
|
||||
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
||||
and bdbuf_buffer.avl.cache to signed char instead of char.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -38,12 +38,12 @@ typedef struct bdbuf_buffer {
|
||||
Chain_Node link; /* Link in the lru, mod or free chains */
|
||||
|
||||
struct bdbuf_avl_node {
|
||||
char cache; /* Cache */
|
||||
signed char cache; /* Cache */
|
||||
|
||||
struct bdbuf_buffer* left; /* Left Child */
|
||||
struct bdbuf_buffer* right; /* Right Child */
|
||||
|
||||
char bal; /* The balance of the sub-tree */
|
||||
signed char bal; /* The balance of the sub-tree */
|
||||
} avl;
|
||||
|
||||
dev_t dev; /* device number */
|
||||
|
||||
Reference in New Issue
Block a user