ACPI - Fix type-o which caused clock interrupts to stop working properly in C3.
[dragonfly.git] / include / osreldate.h
1 /*
2  * Copyright (c) 2009 The DragonFly Project
3  * All rights reserved.
4  *
5  */
6
7 #ifdef _KERNEL
8 #error "osreldate.h must not be used in the kernel, use sys/param.h"
9 #else
10 #undef __DragonFly_version
11 #define __DragonFly_version 200500
12 #ifdef __FreeBSD__
13 #undef __FreeBSD_version
14 #define __FreeBSD_version 480101
15 #endif
16 #endif