On Saturday, June 08, 2013 9:36:27 pm m...@freebsd.org wrote:
> On Sat, Jun 8, 2013 at 3:52 PM, Dirk Engling wrote:
>
> > The arbitrary value
> >
> > #define MNAMELEN88 /* size of on/from name bufs */
> >
> > struct statfs {
> > [...]
> > charf_mntfromname[MNAMELE
On Sat, Jun 8, 2013 at 3:52 PM, Dirk Engling wrote:
> The arbitrary value
>
> #define MNAMELEN88 /* size of on/from name bufs */
>
> struct statfs {
> [...]
> charf_mntfromname[MNAMELEN];/* mounted filesystem */
> charf_mntonname[MNAMELEN]; /* directo
The arbitrary value
#define MNAMELEN88 /* size of on/from name bufs */
struct statfs {
[...]
charf_mntfromname[MNAMELEN];/* mounted filesystem */
charf_mntonname[MNAMELEN]; /* directory on which mounted */
};
currently bites us when trying to use pou
3 matches
Mail list logo