aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/net/if_inet6.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linuxkpi/common/include/net/if_inet6.h')
-rw-r--r--sys/compat/linuxkpi/common/include/net/if_inet6.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linuxkpi/common/include/net/if_inet6.h b/sys/compat/linuxkpi/common/include/net/if_inet6.h
index 16f3a9965675..d4a16d967ecf 100644
--- a/sys/compat/linuxkpi/common/include/net/if_inet6.h
+++ b/sys/compat/linuxkpi/common/include/net/if_inet6.h
@@ -28,8 +28,8 @@
*
* $FreeBSD$
*/
-#ifndef _NET_IF_INET6_H_
-#define _NET_IF_INET6_H_
+#ifndef _LINUXKPI_NET_IF_INET6_H_
+#define _LINUXKPI_NET_IF_INET6_H_
#include <sys/types.h>
#include <netinet/in.h>
@@ -54,4 +54,4 @@ static inline void ipv6_eth_mc_map(const struct in6_addr *addr, char *buf)
memcpy(buf + 2, &addr->s6_addr32[3], sizeof(__u32));
}
-#endif /* _NET_IF_INET6_H_ */
+#endif /* _LINUXKPI_NET_IF_INET6_H_ */