summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/chdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbwrapper/chdir.c')
-rw-r--r--source3/smbwrapper/chdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbwrapper/chdir.c b/source3/smbwrapper/chdir.c
index 41b3772603..3648e4431f 100644
--- a/source3/smbwrapper/chdir.c
+++ b/source3/smbwrapper/chdir.c
@@ -25,7 +25,7 @@
__asm__(".globl __chdir; __chdir = chdir");
#endif
- int chdir(__const char *name)
+ int chdir(const char *name)
{
return smbw_chdir(name);
}