As usuall, most important info was missing.
This commit is contained in:
parent
ae8f558499
commit
73e03bce66
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ typedef struct eattr {
|
||||||
#define EAF_TEMP 0x80 /* A temporary attribute (the one stored in the tmp attr list) */
|
#define EAF_TEMP 0x80 /* A temporary attribute (the one stored in the tmp attr list) */
|
||||||
|
|
||||||
struct adata {
|
struct adata {
|
||||||
unsigned int length;
|
unsigned int length; /* Only size of actuall data, not including length field */
|
||||||
byte data[0];
|
byte data[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue