提交 0d11a25e 编写于 作者: D Daniel P. Berrange

Replace sys/capability.h with linux/capability.h

上级 af860067
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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册