From owner-cvs-all Tue Jun 2 16:22:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02515 for cvs-all-outgoing; Tue, 2 Jun 1998 16:22:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02509; Tue, 2 Jun 1998 16:22:07 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA17502; Tue, 2 Jun 1998 16:21:31 -0700 (PDT) Date: Tue, 2 Jun 1998 16:21:31 -0700 (PDT) Message-Id: <199806022321.QAA17502@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/modula-3-lib/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/06/02 16:21:31 PDT Modified files: lang/modula-3-lib/patches patch-ab Log: Fix the semctl() wrapper so that it will compile on -current systems again. The prototype was changed in revision 1.14 of "src/sys/sys/sem.h". In order to make this work on older systems too, I have incremented __FreeBSD_version and `ifdef'ed based on that. Unfortunately, there was a 3-day gap between when the semctl() interface changed (May 30) and when I bumped __FreeBSD_version (June 2). FreeBSD-current systems from that date range will still have problems building this port. Revision Changes Path 1.9 +63 -18 ports/lang/modula-3-lib/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message