]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Conditionalize use of IF_MAXUNIT in virnetdevtap.c
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Jun 2013 14:17:41 +0000 (15:17 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Jun 2013 14:17:41 +0000 (15:17 +0100)
commit002c8af9f0c2e30421c79680588b28802b012d0a
tree461526008a5d0b5dd69c0f52435ae055ad2c5ce1
parent1a3eaa80a48d2a9350c515375047c7a6ff60985e
Conditionalize use of IF_MAXUNIT in virnetdevtap.c

The IF_MAXUNIT macro is not present on all BSDs, so
make its use conditional, to avoid breaking OS-X.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virnetdevtap.c