Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv777/libntfs
Modified Files:
inode.c
Log Message:
Remove commented out include
Index: inode.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/inode.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -U2 -r1.6 -r1.7
--- inode.c 21 Apr 2002 01:12:55 -0000 1.6
+++ inode.c 21 Apr 2002 01:13:50 -0000 1.7
@@ -27,5 +27,4 @@
#include "types.h"
-//#include "endians.h"
#include "inode.h"
#include "debug.h"
|