mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes when linking though.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fa97059d00
commit
2e1e8db6dc
@@ -48,7 +48,7 @@ struct dcesrv_interface {
|
||||
|
||||
/* the ndr_pull function for the chosen interface.
|
||||
*/
|
||||
NTSTATUS (*ndr_pull)(struct dcesrv_call_state *, TALLOC_CTX *, struct ndr_pull *, void **);;
|
||||
NTSTATUS (*ndr_pull)(struct dcesrv_call_state *, TALLOC_CTX *, struct ndr_pull *, void **);
|
||||
|
||||
/* the dispatch function for the chosen interface.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user