commit | 1a6162ed8d473c30a785e8e623cbe0e540bd4b4f | [log] [tgz] |
---|---|---|
author | Idwer Vollering <vidwer@gmail.com> | Sun Dec 26 23:55:19 2010 +0000 |
committer | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | Sun Dec 26 23:55:19 2010 +0000 |
tree | 736950d087f215fd8ec97ad64ea831c92aba4067 | |
parent | ecc67072b63430877e160da628f69a2ef2f34735 [diff] |
Compilation fix for djgpp This corrects a djgpp build error, seen with r1232 and later. pcidev.c:210: error: conflicting types for 'rpci_write_long' programmer.h:226: error: previous declaration of 'rpci_write_long' was here Corresponding to flashrom svn r1249. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>