Thanks!

I got 2.2.2 compiled and installed.  I'm going to try the configuration
after some sleep.








David Talkington wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hidong Kim wrote:
> 
> >struct statfs {
> >        long f_type;
> >        long f_bsize;
> >        long f_blocks;
> >        long f_bfree;
> >        long f_bavail;
> >        long f_files;
> >        long f_ffree;
> >        __kernel_fsid_t f_fsid;
> >        long f_namelen;
> >        long f_spare[6];
> >};
> >
> >Which parts should I comment out to get by this error during 'make':
> >
> >/usr/include/asm/statfs.h:12: redefinition of `struct statfs'
> >make: *** [smbd/server.o] Error 1
> 
> Just put a pair of these:
> 
> /*
> 
> */
> 
> around the block shown above.  You should probably remove them when
> you're done building samba.
> 
> - -d
> 
> - --
> David Talkington



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to