8 Oct
2006
8 Oct
'06
11:24 p.m.
On Wed, 2006-09-27 at 13:43 +1000, Simon L Jackson wrote:
diff /usr/src/dovecot-1.0.rc7/src/lib/mountpoint.c.orig /usr/src/dovecot-1.0.rc7/src/lib/mountpoint.c 53c53 < point_r->type = p_strdup(pool, buf.f_fstypename);
point_r->type = p_strdup(pool, getvfsbynumber(buf.f_type));
Tru64 doesn't have f_fstypename I guess? What #ifdef I could use here? Is there some __Tru64__?
Otherwise I've now committed this to CVS, with some modifications such as assuming that the removal of getpwnam() was ok. Check if it still works in rc8 :)