temp module - fix #if to be #if defined as it should be

fixes warning (valid warning)
This commit is contained in:
Carsten Haitzler 2016-12-28 19:40:58 +09:00
parent 03d0f1d2dc
commit 482f338775
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ init(Tempthread *tth)
break;
}
}
#elif __OpenBSD__
#elif defined(__OpenBSD__)
extn->mib[0] = CTL_HW;
extn->mib[1] = HW_SENSORS;