summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-01 03:30:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-01 03:30:47 +0100
commitbbbe6ab72284c78c095babd875070aaac8c477dd (patch)
tree192d0853abe91859ec616a1ca463100da1fa4fc1 /source3/include
parentcdf8f5786387c4764fa790ab5def04dfff8b9af5 (diff)
downloadsamba-bbbe6ab72284c78c095babd875070aaac8c477dd.tar.gz
samba-bbbe6ab72284c78c095babd875070aaac8c477dd.tar.bz2
samba-bbbe6ab72284c78c095babd875070aaac8c477dd.zip
Move sys_link to libreplace.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 41ca5a0086..14d0c2e8dd 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1006,7 +1006,6 @@ char *sys_getwd(char *s);
int sys_symlink(const char *oldpath, const char *newpath);
int sys_readlink(const char *path, char *buf, size_t bufsiz);
int sys_link(const char *oldpath, const char *newpath);
-int sys_chown(const char *fname,uid_t uid,gid_t gid);
int sys_lchown(const char *fname,uid_t uid,gid_t gid);
int sys_chroot(const char *dname);
void set_effective_capability(enum smbd_capability capability);