When dealing with the kfreebsd kernel, set the same behavior as FreeBSD

This commit is contained in:
Sylvestre Ledru 2012-07-02 02:50:41 +02:00
parent 5719b7a58d
commit 4b7677a916
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ COMPILER_GNU
OS_LINUX OS_LINUX
#endif #endif
#if defined(__FreeBSD__) #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
OS_FREEBSD OS_FREEBSD
#endif #endif