diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-09 17:05:31 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-09 17:05:31 +0000 |
commit | a091d2a5259cbf29e34745516e64b04e30245894 (patch) | |
tree | b5cf98cf8c78c6e43ee0f978cafd29a6ff9d864a /sys | |
parent | fe9ee5e879007c21e8f6368901711495655a69b6 (diff) |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 665b8dfd20741..21e54336795ea 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 800068 /* Master, propagated to newvers */ +#define __FreeBSD_version 800069 /* Master, propagated to newvers */ #ifndef LOCORE #include <sys/types.h> |