repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
selftest: Avoid test cross-contamination in samba.tests.posixacl
[Samba/gebeck_regimport.git]
/
source4
/
ntvfs
/
unixuid
/
wscript_build
blob
56fd42d1af3e84166734e3b7d78a11c25bdaa145
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_MODULE
(
'ntvfs_unixuid'
,
4
source
=
'vfs_unixuid.c'
,
5
subsystem
=
'ntvfs'
,
6
init_function
=
'ntvfs_unixuid_init'
,
7
deps
=
'auth_unix_token talloc'
8
)
9