E17: fix warning on freebsd

Patch by Maxime Villard (rustyBSD)


SVN revision: 79961
This commit is contained in:
Vincent Torri 2012-12-01 07:22:31 +00:00
parent 688aa066a1
commit ffe6ab106c
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ init(void)
Eina_List *therms;
char path[PATH_MAX];
#ifdef __FreeBSD__
int len;
size_t len;
#endif
if ((!sensor_type) || ((!sensor_name) || (sensor_name[0] == 0)))
@ -360,7 +360,7 @@ check(void)
int temp = 0;
char buf[4096];
#ifdef __FreeBSD__
int len;
size_t len;
size_t ftemp = 0;
#endif