diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 03:46:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 03:46:09 +0100 |
commit | 6a2caa34b24c2225dba9da011eaa5cc3eb8752be (patch) | |
tree | c9b5b333cfdc545b6526f7ead67f39a1017e25a1 /source3/include | |
parent | c2a4db0c633f4cf01834c851efd07b7d891ce737 (diff) | |
download | samba-6a2caa34b24c2225dba9da011eaa5cc3eb8752be.tar.gz samba-6a2caa34b24c2225dba9da011eaa5cc3eb8752be.tar.bz2 samba-6a2caa34b24c2225dba9da011eaa5cc3eb8752be.zip |
Remove sys_chroot() - libreplace already provides an alternative.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e8b25667ab..ee6dcc1601 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1002,7 +1002,6 @@ int sys_closedir(SMB_STRUCT_DIR *dirp); int sys_mknod(const char *path, mode_t mode, SMB_DEV_T dev); int sys_waitpid(pid_t pid,int *status,int options); char *sys_getwd(char *s); -int sys_chroot(const char *dname); void set_effective_capability(enum smbd_capability capability); void drop_effective_capability(enum smbd_capability capability); long sys_random(void); |