diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-08-12 15:09:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-12 16:07:31 -0700 |
commit | b3784a77f6f30a8ef5e37f3c7165930b1b66470b (patch) | |
tree | 76d45b2c4cad36bc5fb8c0bbd41ce01b714aabb0 /Documentation/pcmcia | |
parent | 5d39d9440dd6e590f78c295c5fdef195956da1c1 (diff) | |
download | op-kernel-dev-b3784a77f6f30a8ef5e37f3c7165930b1b66470b.zip op-kernel-dev-b3784a77f6f30a8ef5e37f3c7165930b1b66470b.tar.gz |
docsrc: fix ifenslave type
Documentation/networking/ifenslave.c:1084: warning: pointer targets in assignment differ in signedness
>From include/linux/socket.h:
* 1003.1g requires sa_family_t and that sa_data is char.
and from SUSv3:
(http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/socket.h.html)
The <sys/socket.h> header shall define the sockaddr structure that includes at least the following members:
sa_family_t sa_family Address family.
char sa_data[] Socket address (variable-length data).
<end SUSv3>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/pcmcia')
0 files changed, 0 insertions, 0 deletions