From owner-cvs-sys Sun Aug 10 11:16:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA04067 for cvs-sys-outgoing; Sun, 10 Aug 1997 11:16:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA04045; Sun, 10 Aug 1997 11:16:05 -0700 (PDT) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA08829; Sun, 10 Aug 1997 11:15:21 -0700 (PDT) Date: Sun, 10 Aug 1997 11:15:21 -0700 (PDT) Message-Id: <199708101815.LAA08829@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_ipc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1997/08/10 11:15:21 PDT Modified files: sys/i386/linux linux_ipc.c Log: Ops the arguments to copyin was in the wrong order.. This has survived since the first version, sigh. Revision Changes Path 1.11 +2 -2 src/sys/i386/linux/linux_ipc.c