mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
fixed a bug in real_seekdir()
This commit is contained in:
@ -88,7 +88,7 @@
|
||||
#elif SYS_seekdir
|
||||
#define real_seekdir(d,l) (syscall(SYS_seekdir,(d),(l)))
|
||||
#elif HAVE___SEEKDIR
|
||||
#define real_seekdir(d) (__seekdir(d,l))
|
||||
#define real_seekdir(d,l) (__seekdir(d,l))
|
||||
#else
|
||||
#define NO_SEEKDIR_WRAPPER
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user