K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-06-02T23:21:26.000000Z K 7 svn:log V 487 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. END