1
0
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:
Jelmer Vernooij
2005-02-17 23:11:26 +00:00
committed by Gerald (Jerry) Carter
parent fa97059d00
commit 2e1e8db6dc
5 changed files with 67 additions and 58 deletions

View File

@@ -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.
*/