[Libsysio-commit] HEAD: libsysio/src inode.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-09-24 18:00:43
|
Update of /cvsroot/libsysio/libsysio/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19475 Modified Files: inode.c Log Message: Oops. Don't want I_STATS defined in the tree. That should only be enabled per site. Index: inode.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/inode.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -w -b -B -p -r1.31 -r1.32 --- inode.c 24 Sep 2007 17:33:00 -0000 1.31 +++ inode.c 24 Sep 2007 18:00:39 -0000 1.32 @@ -58,7 +58,7 @@ #include "inode.h" #include "dev.h" -#define I_STATS +/* #define I_STATS */ /* * Support for path and index nodes. |