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:
4
net.c
4
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
|
||||
|
||||
Reference in New Issue
Block a user