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)
commit863a6aa07e543e30f2075a597129f6c39222beef
treecc6baa5ff81890025dfb33624852ecb2ae6d3add
parent06d0790c0799112b89534a646e78d0cb38b06e20
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.
(This used to be commit 14d2a4da1da38d6f69c63505d35990322f253e5d)
14 files changed:
source3/lib/socket_wrapper/socket_wrapper.c
source3/librpc/gen_ndr/cli_initshutdown.c
source3/librpc/gen_ndr/cli_initshutdown.h
source3/librpc/gen_ndr/cli_winreg.c
source3/librpc/gen_ndr/cli_winreg.h
source3/librpc/gen_ndr/initshutdown.h
source3/librpc/gen_ndr/ndr_initshutdown.c
source3/librpc/gen_ndr/ndr_winreg.c
source3/librpc/gen_ndr/winreg.h
source3/librpc/idl/initshutdown.idl
source3/librpc/idl/winreg.idl
source3/rpc_server/srv_initshutdown_nt.c
source3/rpc_server/srv_winreg_nt.c
source3/utils/net_dom.c