* [B.A.T.M.A.N.] [PATCH] batman-adv: properly rename define in distributed arp table header file
@ 2013-10-13 21:02 Antonio Quartulli
2013-10-14 11:03 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2013-10-13 21:02 UTC (permalink / raw)
To: b.a.t.m.a.n; +Cc: Antonio Quartulli
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_ */
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-14 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 21:02 [B.A.T.M.A.N.] [PATCH] batman-adv: properly rename define in distributed arp table header file Antonio Quartulli
2013-10-14 11:03 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox