summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
AgeCommit message (Collapse)AuthorFilesLines
2008-10-07Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ↵Tim Prouty1-19/+19
v3-[23]-test
2008-10-06Fixed "declaration shadows global declaration" warnings.Tim Prouty1-19/+19
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
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij5-0/+2112