From ed68e52b93c1c48d3055d49cdfc2b887e0a70e20 Mon Sep 17 00:00:00 2001 From: Shmulik Hen Date: Sat, 10 Jan 2004 06:46:26 -0500 Subject: [netdrvr bonding] trivial - Update comment blocks and version field Update comment blocks, version field and copyright years to match all the recent changes that were accepted into 2.4/2.6. --- include/linux/if_bonding.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/if_bonding.h b/include/linux/if_bonding.h index 0f2382b5c755..57024ce2c74f 100644 --- a/include/linux/if_bonding.h +++ b/include/linux/if_bonding.h @@ -32,6 +32,9 @@ * 2003/05/01 - Amir Noam * - Added ABI version control to restore compatibility between * new/old ifenslave and new/old bonding. + * + * 2003/12/01 - Shmulik Hen + * - Code cleanup and style changes */ #ifndef _LINUX_IF_BONDING_H @@ -86,7 +89,7 @@ typedef struct ifbond { typedef struct ifslave { __s32 slave_id; /* Used as an IN param to the BOND_SLAVE_INFO_QUERY ioctl */ - __s8 slave_name[IFNAMSIZ]; + char slave_name[IFNAMSIZ]; __s8 link; __s8 state; __u32 link_failure_count; -- cgit v1.2.3