1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- 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
This commit is contained in:
Olaf Barthel
2006-07-31 13:32:35 +00:00
parent e2cadc9ea5
commit 2d48db0ce0

View File

@ -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);