use unsigned instead of signed, slab defines was removed in 2.6.22
git-svn-id: svn+ssh://en.codiert.org/home/staff/ben/dev/misc.svn/projects/fpgafs@365 766a2236-cff9-0310-b0c0-a81a5f92509a
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
static char src[] = { 0x12, 0x34, 0x56, 0x78, 0x90};
|
||||
static char des[] = { 0x0, 0x0, 0x0, 0x0, 0x0};
|
||||
static unsigned char src[] = { 0x12, 0x34, 0x56, 0x78, 0x90};
|
||||
static unsigned char des[] = { 0x0, 0x0, 0x0, 0x0, 0x0};
|
||||
|
||||
/*
|
||||
* LOAD WRITE/READ TEST
|
||||
|
||||
Reference in New Issue
Block a user