summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/lstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbwrapper/lstat.c')
-rw-r--r--source3/smbwrapper/lstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbwrapper/lstat.c b/source3/smbwrapper/lstat.c
index f6298f6e0b..9ddd14662f 100644
--- a/source3/smbwrapper/lstat.c
+++ b/source3/smbwrapper/lstat.c
@@ -21,7 +21,7 @@
#include "wrapper.h"
- int __lxstat(int vers, __const char *name, struct stat *st)
+ int __lxstat(int vers, const char *name, struct stat *st)
{
struct kernel_stat kbuf;
int ret;