mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00: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>
|
||||
|
||||
update from gnulib: portability and bug fixes
|
||||
|
@ -156,9 +156,7 @@ brAddBridge(brControl *ctl,
|
||||
}
|
||||
#else
|
||||
int brAddBridge (brControl *ctl ATTRIBUTE_UNUSED,
|
||||
const char *nameOrFmt ATTRIBUTE_UNUSED,
|
||||
char *name ATTRIBUTE_UNUSED,
|
||||
int maxlen ATTRIBUTE_UNUSED)
|
||||
char **name ATTRIBUTE_UNUSED)
|
||||
{
|
||||
return EINVAL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user