summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper/socket_wrapper.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-20socket_wrapper: fix PCAP support broken by ↵Stefan Metzmacher1-3/+1
aaea68791cfea45c6fa69abc93ad6d0e832d0283 We should note close the fd after writing the first packet. metze
2008-12-22In gcc version 4.3.2 we get warnings for functions declared withJeremy Allison1-2/+10
attribute warn_unused_result. Start to fix these. Jeremy.
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 Vernooij1-0/+1841