mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Replace sys/capability.h with linux/capability.h
This commit is contained in:
parent
af8600678d
commit
0d11a25e6d
@ -1,3 +1,9 @@
|
||||
Wed May 13 12:34:06 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/lxc_container.c: Replace sys/capability.h with
|
||||
linux/capability.h, to avoid unneccessary dependancy
|
||||
on the libcap package.
|
||||
|
||||
Tue May 12 16:39:06 EDT 2009 Cole Robinson <crobinso@redhat.com>
|
||||
|
||||
* tests/eventtest.c: Use safewrite instead of write
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include <linux/fs.h>
|
||||
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/capability.h>
|
||||
#include <linux/capability.h>
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user