This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/21367] New: Conflict between net/if.h and linux/if.h


https://sourceware.org/bugzilla/show_bug.cgi?id=21367

            Bug ID: 21367
           Summary: Conflict between net/if.h and linux/if.h
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: aurelien at aurel32 dot net
  Target Milestone: ---

<net/if.h> and <linux/if.h> can't be included from the same file without
causing redeclaration of enums and structs. The case where <net/if.h> is
included first has already been fixed on the Linux side in commit
4a91cb61bb995. The reverse case has to be fixed on the GNU libc side.

Patch will follow on the mailing list.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]