projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4018788
)
sctp: remove unused union (sctp_cmsg_data_t) definition
author
Rami Rosen
<rosenrami@gmail.com>
Thu, 30 Jul 2009 06:38:43 +0000
(09:38 +0300)
committer
Vlad Yasevich
<vladislav.yasevich@hp.com>
Fri, 4 Sep 2009 22:20:55 +0000
(18:20 -0400)
This patch removes an unused union definition (sctp_cmsg_data_t)
from include/net/sctp/user.h.
Signed-off-by: Rami Rosen <rosenrami@gmail.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
include/net/sctp/user.h
patch
|
blob
|
history
diff --git
a/include/net/sctp/user.h
b/include/net/sctp/user.h
index 1580c04f68bc20df0ba36955caf7d5f5fff5538d..be2334aaf52e84a149489ef05dd89a1dee48abde 100644
(file)
--- 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 */