mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* src/bridge.c: fix a build failure on RHEL4
Daniel
This commit is contained in:
parent
57f15f779f
commit
2194f1c983
@ -1,3 +1,7 @@
|
|||||||
|
Thu Aug 7 12:21:31 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* src/bridge.c: fix a build failure on RHEL4
|
||||||
|
|
||||||
Wed Aug 7 13:30:44 CEST 2008 Jim Meyering <meyering@redhat.com>
|
Wed Aug 7 13:30:44 CEST 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
update from gnulib: portability and bug fixes
|
update from gnulib: portability and bug fixes
|
||||||
|
@ -156,9 +156,7 @@ brAddBridge(brControl *ctl,
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
int brAddBridge (brControl *ctl ATTRIBUTE_UNUSED,
|
int brAddBridge (brControl *ctl ATTRIBUTE_UNUSED,
|
||||||
const char *nameOrFmt ATTRIBUTE_UNUSED,
|
char **name ATTRIBUTE_UNUSED)
|
||||||
char *name ATTRIBUTE_UNUSED,
|
|
||||||
int maxlen ATTRIBUTE_UNUSED)
|
|
||||||
{
|
{
|
||||||
return EINVAL;
|
return EINVAL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user