From owner-cvs-lib Wed Dec 18 05:17:58 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA05823 for cvs-lib-outgoing; Wed, 18 Dec 1996 05:17:58 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id FAA05818; Wed, 18 Dec 1996 05:17:54 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id FAA01404; Wed, 18 Dec 1996 05:17:32 -0800 (PST) To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7=2C_Andrey_Chernov?= cc: "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/sys semctl.2 In-reply-to: Your message of "Wed, 18 Dec 1996 06:46:07 +0300." Date: Wed, 18 Dec 1996 05:17:32 -0800 Message-ID: <1401.850915052@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Tue, 17 Dec 1996, Jordan K. Hubbard wrote: > > > Last argument to semctl() is union semun *, not union semun. > > Really? When you check last time? It says "union semun", > not "union semun *". It sounds like this change should be backed out. I checked the system call argument vector - why don't you look at the code which actually implements the system call? :-) Jordan