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:
c67687f
)
[PATCH] fix misannotation of linkinfo_dn
author
Al Viro
<viro@ftp.linux.org.uk>
Fri, 9 Feb 2007 18:13:42 +0000
(18:13 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 19:18:07 +0000
(11:18 -0800)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/dn.h
patch
|
blob
|
history
diff --git
a/include/linux/dn.h
b/include/linux/dn.h
index 10b6a6fd5837c58b48746a7ecbd0391207c817d4..02bba040fcfb7e5e058b5c25d6bb138873ede572 100644
(file)
--- a/
include/linux/dn.h
+++ b/
include/linux/dn.h
@@
-113,7
+113,7
@@
struct accessdata_dn
* DECnet logical link information structure
*/
struct linkinfo_dn {
- __
le
16 idn_segsize; /* Segment size for link */
+ __
u
16 idn_segsize; /* Segment size for link */
__u8 idn_linkstate; /* Logical link state */
};