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".
This commit is contained in:
2012-02-25 15:41:21 +00:00
parent ee245d8ca3
commit e83e157021
27 changed files with 0 additions and 151 deletions

4
net.c
View File

@@ -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