006-007.diff.bz2

Uploaded: 07 Oct, 2008
Previous uploads by this submitter: 0

Author: Quixadhal

Downloads: 25

This small patch enables the -Wredundant-declarations flag, and fixes the handful of errors it reveals. These are mostly instances of system calls being declared locally in the ROM source, rather than trusting the OS headers. They were fixed to avoid problems if the people in charge of GNU's libc library decide to change the calling API, and to simplify the code.