1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Increment __FreeBSD_version because the semctl() prototype changed

in <sys/sem.h>.
This commit is contained in:
John Polstra 1998-06-02 20:58:22 +00:00
parent e4b5626a5c
commit 64216a957c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36592

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)param.h 8.3 (Berkeley) 4/4/95
* $Id: param.h,v 1.30 1998/05/20 20:54:10 eivind Exp $
* $Id: param.h,v 1.31 1998/05/21 19:21:46 eivind Exp $
*/
#ifndef _SYS_PARAM_H_
@ -46,7 +46,7 @@
#define BSD4_3 1
#define BSD4_4 1
#undef __FreeBSD_version
#define __FreeBSD_version 300001 /* Master version, propagated to newvers */
#define __FreeBSD_version 300002 /* Master version, propagated to newvers */
#ifndef NULL
#define NULL 0