[Libsysio-commit] HEAD: libsysio/src inode.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2008-03-31 16:34:01
|
Update of /cvsroot/libsysio/libsysio/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21262 Modified Files: inode.c Log Message: If INO_CACHE_STATS was not defined at build time then neither was INO_CST_UPDCNT. IT is now, as a no-op, of course. Index: inode.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/inode.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -w -b -B -p -r1.36 -r1.37 --- inode.c 4 Mar 2008 18:30:04 -0000 1.36 +++ inode.c 31 Mar 2008 16:33:55 -0000 1.37 @@ -138,6 +138,9 @@ ino_cstats_init() do { \ (cstats.cst_##__which)++; \ } while (0) +#else +#define INO_CST_UPDCNT(__which) \ + while (0) #endif /* |