[PATCH] appletalk/cops.h: missing const in struct ltfirmware
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
struct ltfirmware
|
||||
{
|
||||
unsigned int length;
|
||||
unsigned char * data;
|
||||
const unsigned char * data;
|
||||
};
|
||||
|
||||
#define DAYNA 1
|
||||
|
||||
Reference in New Issue
Block a user