Mattias Amnefelt <mattiasa@e.kth.se> writes: > This can however be fixed with the following patch. No it can't be fixed that way, you can get rid of the error, but I think it's cleaner (more obvious) to just re-cast const when assigning the syscall. If a future toolchain puts const data in read only memory we will loose. Makes you wonder why they changed that. /Johan