Cast input to tolower() to unsigned char to work around how tolower() is implemented on NetBSD.
Also, use CPPFLAGS (rather than overriding CFLAGS) for the NetBSD/DragonFly build example.
Signed-off-by: Jonathan A. Kollasch jakllsch@kollasch.net ---
Am Montag, den 15.02.2010, 15:56 +0000 schrieb Jonathan A. Kollasch:
Cast input to tolower() to unsigned char to work around how tolower() is implemented on NetBSD.
Also, use CPPFLAGS (rather than overriding CFLAGS) for the NetBSD/DragonFly build example.
Signed-off-by: Jonathan A. Kollasch jakllsch@kollasch.net
Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
Thanks for the patch.
Am Montag, den 15.02.2010, 19:12 +0100 schrieb Michael Karcher:
Am Montag, den 15.02.2010, 15:56 +0000 schrieb Jonathan A. Kollasch:
Cast input to tolower() to unsigned char to work around how tolower() is implemented on NetBSD.
Also, use CPPFLAGS (rather than overriding CFLAGS) for the NetBSD/DragonFly build example.
Signed-off-by: Jonathan A. Kollasch jakllsch@kollasch.net
Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
Thanks for the patch.
And committed in r905.
Regards, Michael Karcher