From 076909aa82cf063ca02e4b93e0c41b2b7452d4c3 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 16 Sep 2011 13:17:04 +0200 Subject: Bonding: Fix header guard of (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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/netlink/route/link/bonding.h b/include/netlink/route/link/bonding.h index cca777a..78ee6bd 100644 --- a/include/netlink/route/link/bonding.h +++ b/include/netlink/route/link/bonding.h @@ -9,8 +9,8 @@ * Copyright (c) 2011 Thomas Graf */ -#ifndef NETLINK_LINK_VLAN_H_ -#define NETLINK_LINK_VLAN_H_ +#ifndef NETLINK_LINK_BONDING_H_ +#define NETLINK_LINK_BONDING_H_ #include #include -- cgit v1.2.1