summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-01-14 00:04:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-01-14 00:04:17 +0000
commite5d5cff6955e34c53524b76dc726d383ef4fdb71 (patch)
treea01aeb1a2493664bebf8d53b322db86367c325c5
parent62c499de30b0cda2755327e604f03b5a4c463edd (diff)
move to 4.9-current
-rw-r--r--sys/sys/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index cb91d96b7a1..3319db07517 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.88 2010/07/24 15:31:19 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.89 2011/01/14 00:04:16 deraadt Exp $ */
/* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */
/*-
@@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
-#define OpenBSD 201011 /* OpenBSD version (year & month). */
-#define OpenBSD4_8 1 /* OpenBSD 4.8 */
+#define OpenBSD 201105 /* OpenBSD version (year & month). */
+#define OpenBSD4_9 1 /* OpenBSD 4.9 */
#ifndef NULL
#ifdef __GNUG__