Fix compiler warnings in dtsession

This commit is contained in:
Marcin Cieslak
2012-08-16 02:10:55 +02:00
committed by Jon Trulson
parent ce4004f86b
commit d8db13985c
15 changed files with 86 additions and 60 deletions

View File

@@ -162,7 +162,7 @@ GetMemoryUtilization(void)
{
#if !defined(linux)
static int init = 0;
static kmem;
static int kmem;
#if !defined(SVR4) && !defined(sco) && !defined(hpV4) && !defined(_POWER) && !defined (__osf__) && !defined(CSRG_BASED)
extern void nlist();
#endif