summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-04-05 02:39:13 +0000
committerjdp <jdp@FreeBSD.org>1999-04-05 02:39:13 +0000
commitc77a8c0ec7da18347b51a8a86da662e3fb1c9a16 (patch)
treecfe77e8f654c58be44a898bf4bca403dec460d29 /sys
parentda5cbf3e761684d770fd39c67eafd90586d06217 (diff)
downloadFreeBSD-src-c77a8c0ec7da18347b51a8a86da662e3fb1c9a16.zip
FreeBSD-src-c77a8c0ec7da18347b51a8a86da662e3fb1c9a16.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 706559f..22b402d 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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
OpenPOWER on IntegriCloud