* src/bridge.c: fix a build failure on RHEL4

Daniel
This commit is contained in:
Daniel Veillard 2008-08-07 10:22:52 +00:00
parent 57f15f779f
commit 2194f1c983
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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;
}