Displaying 2 results from an estimated 2 matches for "point_r".
2007 May 05
2
Tru64 patch for mountpoint.c
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;
---
> #endif
> point_r->block_size = buf.f_bsize;
Cheers
--
Simon L Jackson
Carringbush.Net
+-
Carringbush.Net
Hosting * Development * Advice
We...
2006 Aug 17
2
dovecot on OSF/1 4.0
Hi,,
In src/lib/mountpoint.c:53 the following had to be commented out:
// point_r->type = p_strdup(pool, buf.f_fstypename);
because f_fstypename is undeclared on this OS.
Also the following errors occur with the DEC C compiler (which
compiles the other files just fine):
source='file-cache.c' object='file-cache.o' libtool=no DEPDIR=.deps
depmode=none /u...