fixed FreeBSD compilation

This commit is contained in:
Unbit
2013-10-11 09:44:50 +02:00
parent 20860ed069
commit ed71000033
10 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ realstuff:
// this time we use this higher level function
// as this code can be executed in a signal handler
#ifdef __FreeBSD_kernel__
#ifdef __GNU_kFreeBSD__
return;
#endif