After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 106109 - shmmin and shmseg are no longer part of shminfo structure in Solaris 9
shmmin and shmseg are no longer part of shminfo structure in Solaris 9
Status: RESOLVED DUPLICATE of bug 89432
Product: libgtop
Classification: Core
Component: solaris
2.0.x
Other opensolaris
: Normal normal
: ---
Assigned To: Martin Baulig
Martin Baulig
Depends on:
Blocks:
 
 
Reported: 2003-02-14 19:04 UTC by the_h1ghlander
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description the_h1ghlander 2003-02-14 19:04:50 UTC
Sun removed shmmin and shmseg from the shminfo structure between
Solaris 8 and Solaris 9.

Around line 64 in shm_limits.c, the following lines cause a failure. 
I've commented around them for simplicities sake, as I'm trying
to get past compiling libgtop, which works, but isn't the right fix.

buf->shmmin = sinfo.shmmin;
buf->shmseg = sinfo.shmseg;
Comment 1 the_h1ghlander 2003-02-17 01:44:51 UTC

*** This bug has been marked as a duplicate of 89432 ***