git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15aa1b5
)
fixed facl() bug for solaris
author
Andrew Tridgell
<tridge@samba.org>
Wed, 7 Oct 1998 10:27:40 +0000
(10:27 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Wed, 7 Oct 1998 10:27:40 +0000
(10:27 +0000)
source/smbwrapper/wrapped.c
patch
|
blob
|
history
diff --git
a/source/smbwrapper/wrapped.c
b/source/smbwrapper/wrapped.c
index adf9156baf5153705c341f9aefe58c9f8883bf76..129e9afe8423cde9fd1069f59ba031a4f1720926 100644
(file)
--- a/
source/smbwrapper/wrapped.c
+++ b/
source/smbwrapper/wrapped.c
@@
-607,9
+607,9
@@
#endif
#ifndef NO_FACL_WRAPPER
- int facl(int fd, int cmd, int nentries,
aclent_t
*aclbufp)
+ int facl(int fd, int cmd, int nentries,
void
*aclbufp)
{
- if (smbw_
path(pathp
)) {
+ if (smbw_
fd(fd
)) {
return smbw_facl(fd, cmd, nentries, aclbufp);
}