1
0
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:
Jeremy Allison
-
parent 4289fe3499
commit 02b18f2cca
4 changed files with 177 additions and 2 deletions

View File

@@ -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
********************************************************************/