diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-05-17 11:14:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:05 -0500 |
commit | a8352092789e618e165318ff5f62099341dc6035 (patch) | |
tree | b7bd889b37710a041c1dfa138f4e4c308bac850a /source3/utils | |
parent | 89c6f04df04a6fb1efb0f73fad7963f497a93409 (diff) | |
download | samba-a8352092789e618e165318ff5f62099341dc6035.tar.gz samba-a8352092789e618e165318ff5f62099341dc6035.tar.bz2 samba-a8352092789e618e165318ff5f62099341dc6035.zip |
r15657: Fix some Tru64 warnings
(This used to be commit a85dfb9eff222142eb1f9d89beb3d156661dd047)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 4 | ||||
-rw-r--r-- | source3/utils/net_rpc_rights.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index c9e4350692..0844d407db 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -1606,7 +1606,7 @@ struct rpc_sh_cmd *net_rpc_user_cmds(TALLOC_CTX *mem_ctx, }; return cmds; -}; +} /****************************************************************************/ @@ -4793,7 +4793,7 @@ struct rpc_sh_cmd *net_rpc_share_cmds(TALLOC_CTX *mem_ctx, }; return cmds; -}; +} /****************************************************************************/ diff --git a/source3/utils/net_rpc_rights.c b/source3/utils/net_rpc_rights.c index 2f02b40948..0dd28c3ac6 100644 --- a/source3/utils/net_rpc_rights.c +++ b/source3/utils/net_rpc_rights.c @@ -609,5 +609,5 @@ struct rpc_sh_cmd *net_rpc_rights_cmds(TALLOC_CTX *mem_ctx, }; return cmds; -}; +} |