/[fuse_dbi]/trunk/fuse-perl-patch/cvs-blocks_fix.diff
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/fuse-perl-patch/cvs-blocks_fix.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (show annotations)
Fri Nov 26 21:34:02 2004 UTC (19 years, 4 months ago) by dpavlin
File size: 755 byte(s)
rename one patch, added blocks fix

1 Index: Fuse.xs
2 ===================================================================
3 RCS file: /cvsroot/fuse/perl/Fuse.xs,v
4 retrieving revision 1.2
5 diff -u -w -r1.2 Fuse.xs
6 --- Fuse.xs 18 Nov 2004 13:09:10 -0000 1.2
7 +++ Fuse.xs 26 Nov 2004 21:32:30 -0000
8 @@ -32,14 +32,11 @@
9 else
10 rv = -ENOENT;
11 } else {
12 + result->st_blocks = POPi;
13 result->st_blksize = POPi;
14 result->st_ctime = POPi;
15 result->st_mtime = POPi;
16 result->st_atime = POPi;
17 - /* What the HELL? Perl says the blockcount is the last argument.
18 - * Everything else says the blockcount is the last argument. So why
19 - * was it folded into the middle of the list? */
20 - result->st_blocks = POPi;
21 result->st_size = POPi;
22 result->st_rdev = POPi;
23 result->st_gid = POPi;

  ViewVC Help
Powered by ViewVC 1.1.26