tags 424577 + patch
kthxbye

Attached is a patch fixing this FTBFS.  It compiles and builds
successfully.  I also ran into 424191 trying to test my patch.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
Screw you, AACS LA: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
--- unionfs.old/utils/unionimap.c	2006-11-04 23:56:59.000000000 +0000
+++ unionfs-1.4+debian/utils/unionimap.c	2007-05-30 01:40:15.000000000 +0000
@@ -248,7 +248,7 @@
 		goto out;
 	}
 	fwdheader.usedbranches++;
-	offset = (int)&(((struct fmaphdr *)(0))->usedbranches);
+	offset = (off_t)&(((struct fmaphdr *)(0))->usedbranches);
 	seekres = lseek(fwrdmap, offset, SEEK_SET);
 	if (!(seekres == offset)) {
 		perror("Couldent seek to usedbranch offset: ");

Attachment: signature.asc
Description: Digital signature

Reply via email to