From: Xiao Yang <yangx.jy@cn.fujitsu.com>
To: ltp@lists.linux.it
Subject: [LTP] Fwd: Fix build error because of undefined CAP_SYS_TIME
Date: Tue, 10 Mar 2020 11:41:43 +0800 [thread overview]
Message-ID: <5E670C77.3050505@cn.fujitsu.com> (raw)
In-Reply-To: <CAGR3Yi5dVfMwgBEUcOkXMNr4eX5=EumXi6PU_mqLo_MRZ0XkkQ@mail.gmail.com>
Hi Ronald,
Pushed with two minor changes:
1) Fix indentation.
2) Add build log to commit message.
Thanks,
Xiao Yang
On 2020/3/10 10:53, Ronald Monthero wrote:
> Details of the build log at pr#654
> https://github.com/linux-test-project/ltp/pull/654
>
> Signed-off-by: Ronald Monthero<rmonther@redhat.com>
> ---
> include/lapi/capability.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/lapi/capability.h b/include/lapi/capability.h
> index 8833f0605..8ed68bfce 100644
> --- a/include/lapi/capability.h
> +++ b/include/lapi/capability.h
> @@ -24,6 +24,10 @@
> # define CAP_NET_RAW 13
> #endif
>
> +#ifndef CAP_SYS_TIME
> +#define CAP_SYS_TIME 25
> +#endif
> +
> #ifndef CAP_SYS_ADMIN
> # define CAP_SYS_ADMIN 21
> #endif
prev parent reply other threads:[~2020-03-10 3:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-10 2:44 [LTP] Fix build error because of undefined CAP_SYS_TIME Ronald Monthero
2020-03-10 2:50 ` Yang Xu
2020-03-10 2:54 ` Ronald Monthero
2020-03-10 3:15 ` Ronald Monthero
2020-03-10 2:53 ` [LTP] Fwd: " Ronald Monthero
2020-03-10 3:41 ` Xiao Yang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5E670C77.3050505@cn.fujitsu.com \
--to=yangx.jy@cn.fujitsu.com \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.