Wrong define for dev_t
Pascal Terjan <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Organization | Mandriva |
| Message-ID | <1274275933.8215.10.camel@plop> |
I had a bug here where sda16 was created as 3:0 instead of 259:0 I found that this is because on x86 dev_t is wrong, it is uint16_t instead of uint32_t