Fix warnings on FreeBSD-based platforms
authorZach Loafman <zachary.loafman@isilon.com>
Thu, 3 Jul 2008 19:21:33 +0000 (12:21 -0700)
committerVolker Lendecke <vl@samba.org>
Tue, 22 Jul 2008 13:00:48 +0000 (15:00 +0200)
commit14d2a4da1da38d6f69c63505d35990322f253e5d
tree90ba43b6debf07ee26890d23b4c5b72178082812
parent6b73f259cb67d9dda9127907d706f9244a871fa3
Fix warnings on FreeBSD-based platforms

Fix two shadowed declaration warnings on FreeBSD-based platform:
'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in
netinet/tcp.h.
14 files changed:
source/lib/socket_wrapper/socket_wrapper.c
source/librpc/gen_ndr/cli_initshutdown.c
source/librpc/gen_ndr/cli_initshutdown.h
source/librpc/gen_ndr/cli_winreg.c
source/librpc/gen_ndr/cli_winreg.h
source/librpc/gen_ndr/initshutdown.h
source/librpc/gen_ndr/ndr_initshutdown.c
source/librpc/gen_ndr/ndr_winreg.c
source/librpc/gen_ndr/winreg.h
source/librpc/idl/initshutdown.idl
source/librpc/idl/winreg.idl
source/rpc_server/srv_initshutdown_nt.c
source/rpc_server/srv_winreg_nt.c
source/utils/net_dom.c