]> xenbits.xensource.com Git - libvirt.git/commit
bhyve: fix ATTRIBUTE_NONNULL usage
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 8 Apr 2014 16:30:23 +0000 (20:30 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 8 Apr 2014 16:30:23 +0000 (20:30 +0400)
commit986a07c7099488a4abdb04415fd3af42e65b87b6
tree324ee668651adf987f4a0a0fc3d0fa5e98bf97a2
parent21ec87f4f1a538f929c48ecb2bdbf48701022779
bhyve: fix ATTRIBUTE_NONNULL usage

Fix incorrect ATTRIBUTE_NONNULL usage introduced in 17b17565
which caused build failure:

bhyve/bhyve_driver.c:127:48: error: expected ')'
bhyveDriverGetCapabilities(bhyveConnPtr driver ATTRIBUTE_NONNULL)
                                               ^
bhyve/bhyve_driver.c:127:27: note: to match this '('
bhyveDriverGetCapabilities(bhyveConnPtr driver ATTRIBUTE_NONNULL)

Pushed under the build breaker rule.
src/bhyve/bhyve_driver.c