From 9b8015ba7972102f2d54b0c086408a2e55a55f78 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 26 Feb 2003 08:20:20 +0000 Subject: fix planel sucks that broke the installation (hint look at nm output on old stuff.so ... ) --- perl-install/c/smp-dmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/c') diff --git a/perl-install/c/smp-dmi.c b/perl-install/c/smp-dmi.c index 2aab9c6a9..518163c75 100644 --- a/perl-install/c/smp-dmi.c +++ b/perl-install/c/smp-dmi.c @@ -179,7 +179,7 @@ int main(int argc, char *argv[]) return intelDetectSMP(); } -static int intelDetectSMP(void) { +int intelDetectSMP(void) { unsigned char buf[20]; int fd=open("/dev/mem", O_RDONLY); long fp=0xE0000L; -- cgit v1.2.1