Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 1999 11:35:40 -0800 (PST)
From:      Guido van Rooij <guido@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/ibcs2 ibcs2_ipc.c ibcs2_ipc.h
Message-ID:  <199902071935.LAA64323@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
guido       1999/02/07 11:35:40 PST

  Modified files:
    sys/i386/ibcs2       ibcs2_ipc.c ibcs2_ipc.h 
  Log:
  1) Fix our view of how ibcs2_semid_ds looks. There is no padding int there
  (SVR4 does have it so that;s probably the cause of this bug)
  2) Add a wrapper function for translation between ibcs2_ipc_perm and
  ipc_perm as I think we screwed up when defining the ipc_perm struct and
  mixed up 'normal' and creator [ug]id's
  3) Fix IBCS2_IPC_STAT semctl. The FreeBSD version needs a union semun
  whereas the IBCS2 version gives a struct ibcs2_semid_ds.
  
  Apparently this is all fixed in the SVR4 compatibility code.
  PR:		7729
  
  Revision  Changes    Path
  1.14      +45 -11    src/sys/i386/ibcs2/ibcs2_ipc.c
  1.4       +1 -2      src/sys/i386/ibcs2/ibcs2_ipc.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902071935.LAA64323>