You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/raidutils/files/raidutils-0.0.6-gcc45.patch

15 lines
300 B

--- raidutil/flash.cpp
+++ raidutil/flash.cpp
@@ -177,11 +177,7 @@
{
ENTER( "Flash::Flash(" );
-#if defined _DPT_UNIXWARE || defined _DPT_SCO
Flash( right.source, right.Resync, right.hba_Num );
-#else
- Flash::Flash( right.source, right.Resync, right.hba_Num );
-#endif
EXIT();
}