|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | Wrong <netinet/if_ether.h> installed on hurd | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Aurelien Jarno <aurelien> |
| Component: | hurd | Assignee: | Roland McGrath <roland> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | glibc-bugs, samuel.thibault |
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | i686-unknown-gnu0.3 | Target: | i686-unknown-gnu0.3 |
| Build: | i686-unknown-gnu0.3 | Last reconfirmed: | |
| Attachments: |
Patch to fix the problem
Factorize ethernet,if_arp,if_ether,if_ppp,route.h |
||
|
Description
Aurelien Jarno
2010-01-06 09:46:05 UTC
Created attachment 4499 [details]
Patch to fix the problem
It's a long story :) Notice this: http://sourceware.org/ml/libc-alpha/2009-01/msg00018.html and this: http://sourceware.org/ml/libc-alpha/2009-01/ Which never got any action. sysdeps/gnu/netinet/if_ether.h would probably need a couple of fixes to better match Linux' behavior: - include net/ethernet.h and net/if_arp.h only #ifdef __USE_BSD - include net/if_ether. Created attachment 4506 [details]
Factorize ethernet,if_arp,if_ether,if_ppp,route.h
Here is an updated patch, to be applied by git apply to get renamings
right.
|