summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 09:39:11 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 09:39:11 +0000
commitb85d96144728e8a29c7c1114462e28bf3b144b80 (patch)
tree4f4e14e2c6bd1b0bf98152eedcd55eef944f8f19 /source/lib
parente246a202306b8e4e7357057deb094b5a04b28408 (diff)
downloadsamba-b85d96144728e8a29c7c1114462e28bf3b144b80.tar.gz
samba-b85d96144728e8a29c7c1114462e28bf3b144b80.tar.xz
samba-b85d96144728e8a29c7c1114462e28bf3b144b80.zip
added unlink() and rename() support to smbwrapper
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util.c b/source/lib/util.c
index 35c97b14043..2738bc894ae 100644
--- a/source/lib/util.c
+++ b/source/lib/util.c
@@ -4596,7 +4596,7 @@ int unistrcpy(char *dst, char *src)
safe string copy into a known length string. maxlength does not
include the terminating zero.
********************************************************************/
-char *safe_strcpy(char *dest, char *src, int maxlength)
+char *safe_strcpy(char *dest,const char *src, int maxlength)
{
int len;