Browse Source

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

tags/v0.2.2^2
Sylvestre Ledru 14 years ago
parent
commit
4b7677a916
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ctest.c

+ 1
- 1
ctest.c View File

@@ -34,7 +34,7 @@ COMPILER_GNU
OS_LINUX
#endif

#if defined(__FreeBSD__)
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
OS_FREEBSD
#endif



Loading…
Cancel
Save