]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Drop mntent.h include.
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Wed, 12 Dec 2012 07:44:20 +0000 (11:44 +0400)
committerEric Blake <eblake@redhat.com>
Wed, 12 Dec 2012 18:07:24 +0000 (11:07 -0700)
It's no longer used and also causes build fail on FreeBSD.

src/qemu/qemu_conf.c

index 8d380a1109350aca07a1129de5cc1992988f9a9a..e95609cc7feacc3b97c0cfb57fd47b1bccabd94a 100644 (file)
@@ -34,7 +34,6 @@
 #include <sys/wait.h>
 #include <arpa/inet.h>
 #include <sys/utsname.h>
-#include <mntent.h>
 
 #include "virterror_internal.h"
 #include "qemu_conf.h"