Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105337 Details for
Bug 159896
net-dialup/rp-pppoe-3.8 fails to compile with sys-kernel/linux-headers-2.6.19
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
my /usr/include/linux/socket.h
socket.h (text/plain), 713 bytes, created by
Rene Gass
on 2007-01-03 16:00:07 UTC
(
hide
)
Description:
my /usr/include/linux/socket.h
Filename:
MIME Type:
Creator:
Rene Gass
Created:
2007-01-03 16:00:07 UTC
Size:
713 bytes
patch
obsolete
>#ifndef _LINUX_SOCKET_H >#define _LINUX_SOCKET_H > >/* > * Desired design of maximum size and alignment (see RFC2553) > */ >#define _K_SS_MAXSIZE 128 /* Implementation specific max size */ >#define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *)) > /* Implementation specific desired alignment */ > >struct __kernel_sockaddr_storage { > unsigned short ss_family; /* address family */ > /* Following field(s) are implementation specific */ > char __data[_K_SS_MAXSIZE - sizeof(unsigned short)]; > /* space to achieve desired size, */ > /* _SS_MAXSIZE value minus size of ss_family */ >} __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */ > > ># include <sys/socket.h> > >#endif /* _LINUX_SOCKET_H */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 159896
:
105333
|
105334
|
105335
|
105336
| 105337 |
105338
|
105339
|
105340
|
105341