Hi, just a very little patch for cpu_detect and libdiscover. It works on my system.
Index: cpudetect.c =================================================================== RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/cpudetect.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 cpudetect.c --- cpudetect.c 2000/11/25 21:13:54 1.1.1.1 +++ cpudetect.c 2002/05/03 14:50:16 @@ -6,7 +6,7 @@ #include <stdio.h> -#include <detect.h> +#include <discover.h> #include <unistd.h> #include "ddetect.h" -- Thomas Poindessous [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

