Am 03.12.2012 16:45, schrieb Stefan Kuhne:
Hallo,
> CC drivers/char/random.o
> drivers/char/random.c: In Funktion »random_input_words«:
> drivers/char/random.c:824:2: Fehler: Zu wenige Argumente für Funktion
> »mix_pool_bytes«
> drivers/char/random.c:556:13: Anmerkung: hier deklariert
> make[2]: *** [drivers/char/random.o] Fehler 1
> make[1]: *** [drivers/char] Fehler 2
> make: *** [drivers] Fehler 2
> make: *** Warte auf noch nicht beendete Prozesse...
> FAILED, aborting build ...
>
it compiles, when I change:
+ mix_pool_bytes(&input_pool, buf, wordcount*4);
into:
+ mix_pool_bytes(&input_pool, buf, wordcount*4, NULL);
Regards,
Stefan Kuhne
|