]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* src/bridge.c: fix a build failure on RHEL4
authorDaniel Veillard <veillard@redhat.com>
Thu, 7 Aug 2008 10:22:52 +0000 (10:22 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 7 Aug 2008 10:22:52 +0000 (10:22 +0000)
Daniel

ChangeLog
src/bridge.c

index ed20bb02e4d00142ad52a7304c69ef28603edbe7..c83b9af5dc94ced848b696e14638bb78afca2aaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ea5d5ab8b603378b68b83ca18a4eb3afc3c0a62f..1b24a86971dca3a9aac507d3d4126ca018e7b901 100644 (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;
 }