From 3f5fa2d889ec573fbbca7fd9a725b366429a34c1 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 14 Feb 2008 00:43:46 +0100 Subject: [PATCH] fix an old typo. --- src/node/mac48-address.h | 6 +++--- src/node/mac64-address.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 */