[OpenWrt-Devel] [PATCH 1/2] netifd : Line up device.h include guard

Hans Dedecker dedeckeh at gmail.com
Fri Oct 10 10:35:07 EDT 2014


Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 device.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/device.h b/device.h
index 08a3055..73b2656 100644
--- a/device.h
+++ b/device.h
@@ -11,8 +11,8 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  */
-#ifndef __LL_H
-#define __LL_H
+#ifndef __NETIFD_DEVICE_H
+#define __NETIFD_DEVICE_H
 
 #include <libubox/avl.h>
 #include <libubox/safe_list.h>
-- 
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list