Bug 328991

Summary: undefined struct __kernel_sockaddr_storage in netinet/tcp.h
Product: [Fedora] Fedora Reporter: Alexandre Oliva <oliva>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-12 07:00:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alexandre Oliva 2007-10-12 05:11:35 UTC
The newly-added struct tcp_md5sig in /usr/include/netinet/tcp.h has a member of
the incomplete type struct __kernel_sockaddr_storage without including the
header that defines this type.  This breaks the GCC trunk libjava build
(gnu/java/net/natPlainSocketImpl.cc ->
$srcdir/.../libjava/gnu/java/net/natPlainSocketImplPosix.cc, and probably
anything else that includes this header without including
/usr/include/linux/socket.h before.

Version-Release number of selected component (if applicable):
glibc-headers-2.6.90-18

Comment 1 Jakub Jelinek 2007-10-12 07:00:10 UTC

*** This bug has been marked as a duplicate of 327871 ***