check for NO_SYS consistently using #if.Closes bug #1910

This commit is contained in:
jani 2002-12-18 10:03:33 +00:00
parent c0a8ef6f6f
commit f037bfad1e

View File

@ -37,7 +37,7 @@
#include "lwip/def.h"
#include "lwip/memp.h"
#ifndef NO_SYS
#if (NO_SYS == 0)
/*-----------------------------------------------------------------------------------*/
void
sys_mbox_fetch(sys_mbox_t mbox, void **msg)