X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_guts.h;h=90c3022e2b82b9cd3b10df68a465e9ddf734bf7e;hb=227cbf526a2c0228495ff2405c866a93c4cd576b;hp=b7e2f4bcc569e087069f1f6398f6008712273730;hpb=4a700fe570d217c2c5df87070db7c2652bc0eaaf;p=yaffs2.git diff --git a/yaffs_guts.h b/yaffs_guts.h index b7e2f4b..90c3022 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -517,7 +517,7 @@ typedef struct { struct yaffs_DeviceParamStruct { - const char *name; + const YCHAR *name; /* * Entry parameters set up way early. Yaffs sets up the rest. @@ -822,7 +822,7 @@ struct yaffs_ShadowFixerStruct { /* Structure for doing xattr modifications */ typedef struct { int set; /* If 0 then this is a deletion */ - const char *name; + const YCHAR *name; const void *data; int size; int flags;