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:
John Polstra 1999-04-05 02:39:13 +00:00
parent 5e4636f2b0
commit 6f2a248bff
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)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_
@ -46,7 +46,7 @@
#define BSD4_3 1
#define BSD4_4 1
#undef __FreeBSD_version
#define __FreeBSD_version 400003 /* Master, propagated to newvers */
#define __FreeBSD_version 400004 /* Master, propagated to newvers */
#ifndef NULL
#define NULL 0