- Don't call do_chmod() unless HAVE_CHMOD is defined.
authorWayne Davison <wayned@samba.org>
Wed, 27 Jul 2005 23:30:53 +0000 (23:30 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 27 Jul 2005 23:30:53 +0000 (23:30 +0000)
commitd11f5c6e2b0c813136519e39820055cd73cfe463
tree332f34203d269a9e206fbd52d5929306d513878c
parent25007999df5ef5ecb138f34193729e4019ad778c
- Don't call do_chmod() unless HAVE_CHMOD is defined.
- Made do_chmod() handle symlinks or return 1 if not possible.
- We now mask off the mode bits in do_chmod() sing CHMOD_BITS.
syscall.c