diff options
| author | Jeff Garzik <jgarzik@redhat.com> | 2004-01-19 08:02:01 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2004-01-19 08:02:01 -0500 |
| commit | 3649733b0e2883dd3df62fed7780561db27a6e7a (patch) | |
| tree | 1f6191aa29263f20f57ccbc376d345ee8afb407c /include/linux | |
| parent | 61b6a04a3ac8ea2ef75647673323fa5a9a516084 (diff) | |
| parent | 7c672301dc3a29b7be50b58e3ef067c8825f6677 (diff) | |
Merge redhat.com:/spare/repo/netdev-2.6/bonding-1
into redhat.com:/spare/repo/netdev-2.6/bonding-2
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/if_bonding.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 <amir.noam at intel dot com> * - Added ABI version control to restore compatibility between * new/old ifenslave and new/old bonding. + * + * 2003/12/01 - Shmulik Hen <shmulik.hen at intel dot com> + * - 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; |
