Signed-off-by: Antonio Quartulli antonio@meshcoding.com --- distributed-arp-table.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/distributed-arp-table.h b/distributed-arp-table.h index 60d853b..79a078b 100644 --- a/distributed-arp-table.h +++ b/distributed-arp-table.h @@ -17,8 +17,8 @@ * 02110-1301, USA */
-#ifndef _NET_BATMAN_ADV_ARP_H_ -#define _NET_BATMAN_ADV_ARP_H_ +#ifndef _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_ +#define _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_
#ifdef CONFIG_BATMAN_ADV_DAT
@@ -169,4 +169,4 @@ static inline void batadv_dat_inc_counter(struct batadv_priv *bat_priv,
#endif /* CONFIG_BATMAN_ADV_DAT */
-#endif /* _NET_BATMAN_ADV_ARP_H_ */ +#endif /* _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_ */
On Sunday 13 October 2013 23:02:45 Antonio Quartulli wrote:
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
distributed-arp-table.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Applied in revision cb1d05d.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org