mirror of
https://github.com/samba-team/samba.git
synced 2025-12-13 16:23:50 +03:00
First part of UNIX extensions (#ifdefed out) more to follow.
Jeremy.
This commit is contained in:
@@ -238,6 +238,12 @@ copy an IP address from one buffer to another
|
||||
|
||||
#define vfs_stat(conn, fname, st) ((conn)->vfs_ops.stat((conn), fname,(st)))
|
||||
|
||||
/*******************************************************************
|
||||
vfs lstat wrapper that calls internal2unix.
|
||||
********************************************************************/
|
||||
|
||||
#define vfs_lstat(conn, fname, st) ((conn)->vfs_ops.lstat((conn), fname,(st)))
|
||||
|
||||
/*******************************************************************
|
||||
vfs fstat wrapper
|
||||
********************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user