[Libsysio-commit] HEAD: libsysio/src inode.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-09-22 22:32:11
|
Update of /cvsroot/libsysio/libsysio/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25491/src Modified Files: inode.c Log Message: There was an ifdef dependent on I_ASSOCIATIIONS. Notice anything funny about that? Fixed the typo and it builds with the to-be-included code now. Index: inode.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/inode.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -w -b -B -p -r1.60 -r1.61 --- inode.c 18 Sep 2009 20:23:16 -0000 1.60 +++ inode.c 22 Sep 2009 22:31:54 -0000 1.61 @@ -304,7 +304,7 @@ _sysio_i_gone(struct inode *ino) if (ino->i_ref) abort(); -#ifdef I_ASSOCIATIIONS +#ifdef I_ASSOCIATIONS assert(!I_ISASSOC(ino)); #endif if (!ino->i_zombie) |