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:
ben
2007-07-18 18:12:10 +00:00
parent ca5187056b
commit 9409417d1e
2 changed files with 4 additions and 6 deletions

View File

@@ -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