From 2d48db0ce0b07e4c864c2c463872480cc08bd8d6 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Mon, 31 Jul 2006 13:32:35 +0000 Subject: [PATCH] - Added the missing string pointer. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15109 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/systeminfo_sysinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/systeminfo_sysinfo.c b/library/systeminfo_sysinfo.c index e87b1f3..60c4543 100644 --- a/library/systeminfo_sysinfo.c +++ b/library/systeminfo_sysinfo.c @@ -1,5 +1,5 @@ /* - * $Id: systeminfo_sysinfo.c,v 1.2 2006-07-28 14:37:27 obarthel Exp $ + * $Id: systeminfo_sysinfo.c,v 1.3 2006-07-31 13:32:35 obarthel Exp $ * * :ts=4 * @@ -137,6 +137,7 @@ sysinfo(int cmd,char *buf,long buflen) convention of specifying isa+ext from Solaris on SPARC machines. This way of implementing SI_ISALIST seemed like a good idea at the time. */ uint32 vecu; + char * s; GetCPUInfoTags(GCIT_VectorUnit,&vecu,TAG_DONE);