Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs/libntfs
In directory delta357.server4you.de:/tmp/cvs-serv20754/libntfs
Modified Files:
attrib.c
Log Message:
had not noticed lack of externs :(
Index: attrib.c
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/libntfs/attrib.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -p -r1.219 -r1.220
--- attrib.c 2 Aug 2006 03:57:40 -0000 1.219
+++ attrib.c 3 Aug 2006 04:30:41 -0000 1.220
@@ -4991,7 +4991,7 @@ put_err_out:
* EOPNOTSUPP - The desired resize is not implemented yet.
*/
int ntfs_attr_truncate(ntfs_attr *na, const s64 newsize)
-{
+{
int ret;
if (!na || newsize < 0 ||
|