summaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-02-25 15:41:21 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-02-25 15:41:21 +0000
commite83e157021177930b64ec4aa4983bbe13b39e91b (patch)
tree7fc884e3b06555207951e6413e5c5770a76ddbbf /net.c
parentee245d8ca36ce90212db3684528c9ed68f92d643 (diff)
downloadstrace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.gz
strace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.bz2
strace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.xz
Compress blank lines
Suppress repeated empty lines left after automated code removal. This change was made by filtering every source code file through "cat -s".
Diffstat (limited to 'net.c')
-rw-r--r--net.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net.c b/net.c
index d5baf23..888077a 100644
--- a/net.c
+++ b/net.c
@@ -103,7 +103,6 @@
#define PF_UNSPEC AF_UNSPEC
#endif
-
/* Under Linux these are enums so we can't test for them with ifdef. */
#define IPPROTO_EGP IPPROTO_EGP
#define IPPROTO_PUP IPPROTO_PUP
@@ -1206,7 +1205,6 @@ static const struct xlat af_packet_types[] = {
};
#endif /* defined(AF_PACKET) */
-
void
printsock(struct tcb *tcp, long addr, int addrlen)
{
@@ -1517,7 +1515,6 @@ sys_socket(struct tcb *tcp)
return 0;
}
-
int
sys_bind(struct tcb *tcp)
{
@@ -2138,7 +2135,6 @@ printsockopt(struct tcb *tcp, int level, int name, long addr, int len)
return 0;
}
-
#ifdef HAVE_STRUCT_OPTHDR
void