All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sctp: remove unused union (sctp_cmsg_data_t) definition .
@ 2009-07-30  6:38 Rami Rosen
  2009-07-30  6:55 ` Wei Yongjun
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rami Rosen @ 2009-07-30  6:38 UTC (permalink / raw)
  To: linux-sctp

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

Hi,
This patch removes an unused union definition (sctp_cmsg_data_t)
from include/net/sctp/user.h.

Regards,
Rami Rosen


Signed-off-by: Rami Rosen <rosenrami@gmail.com>

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 449 bytes --]

diff --git a/include/net/sctp/user.h b/include/net/sctp/user.h
index 1580c04..be2334a 100644
--- a/include/net/sctp/user.h
+++ b/include/net/sctp/user.h
@@ -210,12 +210,6 @@ enum sctp_sinfo_flags {
 };
 
 
-typedef union {
-	__u8   			raw;
-	struct sctp_initmsg	init;
-	struct sctp_sndrcvinfo	sndrcv;
-} sctp_cmsg_data_t;
-
 /* These are cmsg_types.  */
 typedef enum sctp_cmsg_type {
 	SCTP_INIT,              /* 5.2.1 SCTP Initiation Structure */

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-30 14:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30  6:38 [PATCH] sctp: remove unused union (sctp_cmsg_data_t) definition Rami Rosen
2009-07-30  6:55 ` Wei Yongjun
2009-07-30  7:04 ` Rami Rosen
2009-07-30  7:07 ` Wei Yongjun
2009-07-30 14:28 ` Vlad Yasevich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.