Fixed "declaration shadows global declaration" warnings.
commit3533ecc9382e7b442f2b278edb0882033dfd1bad
authorTim Prouty <tim.prouty@isilon.com>
Tue, 7 Oct 2008 17:13:51 +0000 (7 10:13 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Dec 2008 10:22:16 +0000 (9 11:22 +0100)
tree269c7a60243f1c8f55d3837619cbdb7c943ffac2
parent0f970430f8e5b13657b919dea088ef2adf5f4992
Fixed "declaration shadows global declaration" warnings.

The patch simply uses a more descriptive variable name for tcp_seq.

lib/socket_wrapper/socket_wrapper.c:753: warning: declaration of 'tcp_seq' shadows a global declaration
/usr/include/netinet/tcp.h:40: warning: shadowed declaration is here
lib/socket_wrapper/socket_wrapper.c: In function `swrap_marshall_packet':
lib/socket_wrapper/socket_wrapper.c:919: warning: declaration of 'tcp_seq' shadows a global declaration
/usr/include/netinet/tcp.h:40: warning: shadowed declaration is here
(cherry picked from commit 03cbea1d653c716b16347c831aa56dca0eb297ab)
(cherry picked from commit fa3096b975de2c7fd747ca9f344e36c911e27a9c)
source/lib/socket_wrapper/socket_wrapper.c