Hello,

can somebody explain me for what the variable: "prefix" in the
following struct is used for:

Android-sources/system/init/devices.c
...
struct perms_ {
    char *name;
    mode_t perm;
    unsigned int uid;
    unsigned int gid;
    unsigned short prefix;
};
...

Obviously, it can have the values ​​0 or 1.


Greetz
Dudero

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to