Fixed "declaration shadows global declaration" warnings.
authorTim Prouty <tim.prouty@isilon.com>
Mon, 6 Oct 2008 23:41:46 +0000 (16:41 -0700)
committerTim Prouty <tim.prouty@isilon.com>
Tue, 7 Oct 2008 00:13:28 +0000 (17:13 -0700)
commitf19086872ec734fff3f2119712ff24117bec4e5e
tree5a5d3a02b54faffb7343c702e0c1f6559a339920
parente0a4d7f467d9727563adaaa97961edd06886490e
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
lib/socket_wrapper/socket_wrapper.c