From owner-cvs-all Tue Jun 2 13:43:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06688 for cvs-all-outgoing; Tue, 2 Jun 1998 13:43:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from metal.intt.org (METAL.SLIP.BCM.TMC.EDU [128.249.250.219]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06662; Tue, 2 Jun 1998 13:42:56 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.8.8/8.8.8) id PAA22019; Tue, 2 Jun 1998 15:42:18 -0500 (CDT) (envelope-from smace) From: Scott Mace Message-Id: <199806022042.PAA22019@metal.intt.org> Subject: Re: cvs commit: src/lib/libc/gen semctl.c src/sys/sys sem.h In-Reply-To: <199805310409.VAA07646@freefall.freebsd.org> from Steve Price at "May 30, 98 09:09:10 pm" To: steve@FreeBSD.ORG (Steve Price) Date: Tue, 2 Jun 1998 15:42:18 -0500 (CDT) Cc: cvs-commiters@FreeBSD.ORG, jdp@polstra.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Looks like this breaks the modula-3 port. It has a "wrapper" for semctl. > steve 1998/05/30 21:09:09 PDT > > Modified files: > lib/libc/gen semctl.c > sys/sys sem.h > Log: > Several sources including Unix98 say that semctl's fourth > parameter is optional except where: > cmd == {IPC_SET || IPC_STAT || GETALL || SETVAL || SETALL} > > PR: 2448 > Reviewed by: bde > Submitted by: Tim Singletary > Minor tweaks by: steve > > Revision Changes Path > 1.3 +24 -5 src/lib/libc/gen/semctl.c > 1.14 +2 -2 src/sys/sys/sem.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message