From: Thomas Graf Date: Fri, 16 Sep 2011 11:17:04 +0000 (+0200) Subject: Bonding: Fix header guard of X-Git-Tag: libnl3_2_1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076909aa82cf063ca02e4b93e0c41b2b7452d4c3;p=thirdparty%2Flibnl.git 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.) --- 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