Port-ofppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dev/ofw/ofdisk.c



...is no longer compilable since the 8th of October. To fix it:

--- ofdisk.c.orig       Mon Oct 15 11:50:24 2007
+++ ofdisk.c    Mon Oct 15 11:50:50 2007
@@ -134,7 +134,7 @@
        of->sc_phandle = oba->oba_phandle;
        of->sc_unit = oba->oba_unit;
        of->sc_ihandle = 0;
-       disk_init(&of->sc_dk, &ofdisk_dkdriver, of->sc_dev.dv_xname);
+       disk_init(&of->sc_dk, of->sc_dev.dv_xname, &ofdisk_dkdriver);
        disk_attach(&of->sc_dk);
        printf("\n");

BTW, which is the best mailing list to report problems during compilation of
current source? "current-users"?

-- 
    _  Frank Wille (frank%phoenix.owl.de@localhost)
 _ //  http://sun.hasenbraten.de/~frank/
 \X/   Phx @ #AmigaGer




Home | Main Index | Thread Index | Old Index