Bump __FreeBSD_version to 400004 now that the __deregister_frame_info

bug is fixed in the dynamic linker.  I think it might be handy to
know about this to deal with some coming make world bootstrapping
issues.
This commit is contained in:
jdp 1999-04-05 02:39:13 +00:00
parent da5cbf3e76
commit c77a8c0ec7

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)param.h 8.3 (Berkeley) 4/4/95 * @(#)param.h 8.3 (Berkeley) 4/4/95
* $Id: param.h,v 1.42 1999/03/13 01:35:44 jdp Exp $ * $Id: param.h,v 1.43 1999/03/27 05:26:10 steve Exp $
*/ */
#ifndef _SYS_PARAM_H_ #ifndef _SYS_PARAM_H_
@ -46,7 +46,7 @@
#define BSD4_3 1 #define BSD4_3 1
#define BSD4_4 1 #define BSD4_4 1
#undef __FreeBSD_version #undef __FreeBSD_version
#define __FreeBSD_version 400003 /* Master, propagated to newvers */ #define __FreeBSD_version 400004 /* Master, propagated to newvers */
#ifndef NULL #ifndef NULL
#define NULL 0 #define NULL 0