From owner-cvs-all Sat May 18 0:54: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B7B037B407; Sat, 18 May 2002 00:53:57 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7rvJ07867; Sat, 18 May 2002 00:53:57 -0700 (PDT) (envelope-from marcel) Message-Id: <200205180753.g4I7rvJ07867@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 00:53:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ipc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 00:53:57 PDT Modified files: sys/compat/linux linux_ipc.c Log: In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message type yields incorrect behaviour. The hardwiring was present in the very first commit that implemented msgrcv() (revision 1.4) and hasn't been changed since. The native implementation was complete at that time, so there doesn't seem to be a reason for the hardwiring from a technical point of view. Submitted by: Reinier Bezuidenhout Revision Changes Path 1.29 +1 -1 src/sys/compat/linux/linux_ipc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message