forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lkl: fix exported struct sockaddr definition
__kernel_sockaddr_storage is just the kernel internal storage space for sockaddr. The userspace visible sockaddr needs to be 16 bytes, as that is what used in several other structures visible to userpace APIs (e.g. struct arpreq). Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
- Loading branch information
Octavian Purdila
committed
Jun 18, 2016
1 parent
0609875
commit 460736d
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters