Make nwatch independent of SICS

This commit is contained in:
Douglas Clowes
2014-08-29 16:32:32 +10:00
parent e497cad374
commit 378170280f
2 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,6 @@
#include <sys/time.h>
#include "fortify.h"
#include "nwatch.h"
#include "sics.h"
#include "uselect.h"
#define NWMAGIC 51966
@ -363,7 +362,8 @@ int NetWatchSetMode(pNWContext handle, int mode)
}
/**
* \brief the registered SICS Task to drive all this
* \brief the task to drive all this
* Should be called periodically
*/
int NetWatchTask(void *pData)
{