CVS update: samba/source/rpc_client

Luke Kenneth Casson Leighton lkcl at switchboard.net
Tue Nov 10 01:08:29 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.

autoconf test to macro open with sys_open if the init of default_vfs_ops
doesn't work?



More information about the samba-technical mailing list