1
0

911-fix_in_h_include.patch 699 B

123456789101112131415161718192021222324252627282930
  1. --- a/include/linux/in.h
  2. +++ b/include/linux/in.h
  3. @@ -15,6 +15,7 @@
  4. * as published by the Free Software Foundation; either version
  5. * 2 of the License, or (at your option) any later version.
  6. */
  7. +#ifndef _NETINET_IN_H
  8. #ifndef _LINUX_IN_H
  9. #define _LINUX_IN_H
  10. @@ -297,3 +298,4 @@ struct sockaddr_in {
  11. #endif /* _LINUX_IN_H */
  12. +#endif /* _NETINET_IN_H */
  13. --- a/include/linux/in6.h
  14. +++ b/include/linux/in6.h
  15. @@ -18,6 +18,7 @@
  16. * 2 of the License, or (at your option) any later version.
  17. */
  18. +#ifndef _NETINET_IN_H
  19. #ifndef _LINUX_IN6_H
  20. #define _LINUX_IN6_H
  21. @@ -291,3 +292,4 @@ struct in6_flowlabel_req {
  22. * MRT6_MAX
  23. */
  24. #endif /* _LINUX_IN6_H */
  25. +#endif /* _NETINET_IN_H */