X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=yaffs_guts.h;h=90c3022e2b82b9cd3b10df68a465e9ddf734bf7e;hb=f792554ed6d0b514dfb040097033417d8e41f420;hp=b7e2f4bcc569e087069f1f6398f6008712273730;hpb=abe16e8d584a1e0e8a0ef9efa41d20af71564f41;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;