On Tue, 2005-09-27 at 19:44 +0200, Alexander Skwar wrote:
> Hi!
> 
> In Gentoo Linux and their unionfs-1.0.13 package, there's
> a patch called "unionfs-1.0.14-amd64.patch". You can find
> it at 
> <http://www.gentoo.org/cgi-bin/viewcvs.cgi/sys-fs/unionfs/files/unionfs-1.0.13-amd64.patch?rev=1.1&view=markup>.
> It contains:
> 
> diff -Naur unionfs-1.0.13_orig/unionimap.c unionfs-1.0.13/unionimap.c
> --- unionfs-1.0.13_orig/unionimap.c   2005-07-22 18:16:48.000000000 +0100
> +++ unionfs-1.0.13/unionimap.c        2005-08-17 18:01:10.000000000 +0100
> @@ -244,7 +244,7 @@
>                       "Lower-Level");
>               while (read(file, (void *)&entry, sizeof(struct fmapent))) {
>                       fprintf(stdout, "%-11lu %-8d %-22llu\n", inode++,
> -                             entry.fsnum, entry.inode);
> +                             entry.fsnum, (long long unsigned int) 
> entry.inode);
>               }
>       }
>        out:
> @@ -293,7 +293,7 @@
>                       unsigned long lowerlevel = 0;
>                       if (inode) {
>                               fprintf(stdout, "%-11lu %-22llu\n",
> -                                     lowerlevel++, inode);
> +                                     lowerlevel++, (long long unsigned int) 
> inode);
>                       }
>               }
>       }
> 
> 
> Is this still required with unionfs 1.0.14?
Alexander,

Yes this is required in 1.0.14, but will be fixed in the latest snapshot
(it will be created in about 5 minutes).

Charles

_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to