]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Bonding: Fix header guard of <netlink/route/link/bonding.h>
authorThomas Graf <tgraf@redhat.com>
Fri, 16 Sep 2011 11:17:04 +0000 (13:17 +0200)
committerThomas Graf <tgraf@redhat.com>
Fri, 16 Sep 2011 11:17:04 +0000 (13:17 +0200)
(Would be a good idea to change the header guard name when c&p
 an existing header file to create a new one.)

include/netlink/route/link/bonding.h

index cca777a7ca0c0b149767cc2f97f76531187695bd..78ee6bd7f439377c08caf6e4461cd6ef1a67f499 100644 (file)
@@ -9,8 +9,8 @@
  * Copyright (c) 2011 Thomas Graf <tgraf@suug.ch>
  */
 
-#ifndef NETLINK_LINK_VLAN_H_
-#define NETLINK_LINK_VLAN_H_
+#ifndef NETLINK_LINK_BONDING_H_
+#define NETLINK_LINK_BONDING_H_
 
 #include <netlink/netlink.h>
 #include <netlink/route/link.h>