projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec8a74
)
netifd : Line up device.h include guard
author
Hans Dedecker
<dedeckeh@gmail.com>
Fri, 10 Oct 2014 13:35:07 +0000
(13:35 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 12 Oct 2014 12:25:29 +0000
(14:25 +0200)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
device.h
patch
|
blob
|
history
diff --git
a/device.h
b/device.h
index 08a3055387799612498f2e43839ed215b9cf5826..73b26564e47981080a893661cbb5c3c66150a94d 100644
(file)
--- 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>