vfs

Tim Potter tpot at acsys.anu.edu.au
Tue Nov 10 01:20:42 GMT 1998


> > int sys_open(const char *name, int flags, mode_t mode)
> > {
> > 	return open(name, flags, mode);
> > }
> > 
> > then you will be able to use sys_open in default_vfs_ops without any
> > problems. I know this adds one more function call, but I doubt that
> > will be significant.

Won't this still generate warning messages though?  As I remember, all the
warnings were basically to do with discarding the const from all the
char * file and pathnames.


Tim.



More information about the samba-technical mailing list