diff mbox series

Fwd: Fix build error because of undefined CAP_SYS_TIME

Message ID CAGR3Yi5dVfMwgBEUcOkXMNr4eX5=EumXi6PU_mqLo_MRZ0XkkQ@mail.gmail.com
State Accepted
Headers show
Series Fwd: Fix build error because of undefined CAP_SYS_TIME | expand

Commit Message

Ronald Monthero March 10, 2020, 2:53 a.m. UTC
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(+)

---

Comments

Xiao Yang March 10, 2020, 3:41 a.m. UTC | #1
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
diff mbox series

Patch

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
-- 
2.21.1

---------- Forwarded message ---------
From: Ronald Monthero <rmonther@redhat.com>
Date: Tue, Mar 10, 2020 at 12:44 PM
Subject: Fix build error because of undefined CAP_SYS_TIME
To: <ltp@lists.linux.it>


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>
---
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