Re: [Dovecot] Tru64 patch for mountpoint.c

2007-05-09 Thread Timo Sirainen
On Sat, 2007-05-05 at 10:19 +1000, Simon L Jackson wrote: > I believe that there is one more patch required for a successful build > on Tru64: Thanks, applied the patch. And sorry, forgot to mention your name in the commit message.. signature.asc Description: This is a digitally signed message

Re: [Dovecot] Tru64 patch for mountpoint.c

2007-05-05 Thread Simon L Jackson
I think I had a similar post in Oct-2006. This patch is more in line with what Timo was looking for and is similar now to other Tru64 conditionals in other sources such as compat.h and fdpass.c. Cheers Simon L Jackson wrote: I believe that there is one more patch required for a successful bu

[Dovecot] Tru64 patch for mountpoint.c

2007-05-04 Thread Simon L Jackson
I believe that there is one more patch required for a successful build on Tru64: # diff ./src/lib/mountpoint.c.orig ./src/lib/mountpoint.c 60a61,63 > #ifdef __osf__ > point_r->type = p_strdup(pool, getvfsbynumber(buf.f_type)); > #else 62c65,66 < point_r->block_size = buf.f_bsize; ---