GNOME Bugzilla – Bug 106109
shmmin and shmseg are no longer part of shminfo structure in Solaris 9
Last modified: 2004-12-22 21:47:04 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;
*** This bug has been marked as a duplicate of 89432 ***