diff --git a/src/node/mac48-address.h b/src/node/mac48-address.h index 91068506d..cac30976d 100644 --- a/src/node/mac48-address.h +++ b/src/node/mac48-address.h @@ -17,8 +17,8 @@ * * Author: Mathieu Lacage */ -#ifndef EUI48_ADDRESS_H -#define EUI48_ADDRESS_H +#ifndef MAC48_ADDRESS_H +#define MAC48_ADDRESS_H #include #include @@ -149,4 +149,4 @@ MakeMac48AddressParamSpec (T1 a1, T2 a2, Mac48Address address) } // namespace ns3 -#endif /* EUI48_ADDRESS_H */ +#endif /* MAC48_ADDRESS_H */ diff --git a/src/node/mac64-address.h b/src/node/mac64-address.h index 028ad23ab..67d3cfc2f 100644 --- a/src/node/mac64-address.h +++ b/src/node/mac64-address.h @@ -17,8 +17,8 @@ * * Author: Mathieu Lacage */ -#ifndef EUI64_ADDRESS_H -#define EUI64_ADDRESS_H +#ifndef MAC64_ADDRESS_H +#define MAC64_ADDRESS_H #include #include @@ -95,4 +95,4 @@ std::ostream& operator<< (std::ostream& os, const Mac64Address & address); } // namespace ns3 -#endif /* EUI64_ADDRESS_H */ +#endif /* MAC64_ADDRESS_H */