* [PATCH net-next] Remove leftover #endif after introducing SO_REUSEPORT
@ 2013-01-25 10:00 Thomas Graf
2013-01-27 6:01 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Graf @ 2013-01-25 10:00 UTC (permalink / raw)
To: davem; +Cc: netdev, therbert
Commit 055dc21a1d (soreuseport: infrastructure) removed the #if 0
around SO_REUSEPORT without removing the corresponding #endif
thus causing the header guard to close early.
Cc: Tom Herbert <therbert@google.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
---
arch/mips/include/uapi/asm/socket.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/include/uapi/asm/socket.h b/arch/mips/include/uapi/asm/socket.h
index 7e27236..3e68bfb 100644
--- a/arch/mips/include/uapi/asm/socket.h
+++ b/arch/mips/include/uapi/asm/socket.h
@@ -29,7 +29,6 @@
socket to transmit pending data. */
#define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */
#define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
-#endif
#define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */
#define SO_STYLE SO_TYPE /* Synonym */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] Remove leftover #endif after introducing SO_REUSEPORT
2013-01-25 10:00 [PATCH net-next] Remove leftover #endif after introducing SO_REUSEPORT Thomas Graf
@ 2013-01-27 6:01 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-01-27 6:01 UTC (permalink / raw)
To: tgraf; +Cc: netdev, therbert
From: Thomas Graf <tgraf@suug.ch>
Date: Fri, 25 Jan 2013 10:00:58 +0000
> Commit 055dc21a1d (soreuseport: infrastructure) removed the #if 0
> around SO_REUSEPORT without removing the corresponding #endif
> thus causing the header guard to close early.
>
> Cc: Tom Herbert <therbert@google.com>
> Signed-off-by: Thomas Graf <tgraf@suug.ch>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-27 6:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 10:00 [PATCH net-next] Remove leftover #endif after introducing SO_REUSEPORT Thomas Graf
2013-01-27 6:01 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).