Increment __FreeBSD_version to reflect the fact that the kernel can
now handle dynamic linkers which are statically linked executables.
This commit is contained in:
parent
c33fe77954
commit
d6f468efd9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44177
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)param.h 8.3 (Berkeley) 4/4/95
|
||||
* $Id: param.h,v 1.39 1999/01/21 08:29:08 dillon Exp $
|
||||
* $Id: param.h,v 1.40 1999/01/22 08:39:58 eivind Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_PARAM_H_
|
||||
@ -46,7 +46,7 @@
|
||||
#define BSD4_3 1
|
||||
#define BSD4_4 1
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 400000 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 400001 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
|
Loading…
Reference in New Issue
Block a user