Projects
Mega:24.03
libcap-ng
_service:tar_scm:backport-Fix-the-syntax-error-...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:backport-Fix-the-syntax-error-in-cap-ng-c-50.patch of Package libcap-ng
From 10ef4b05da8a46117b7ba65e01bf5367cc73777c Mon Sep 17 00:00:00 2001 From: yixiangzhike <yixiangzhike007@163.com> Date: Wed, 20 Mar 2024 20:47:59 +0800 Subject: [PATCH] Fix the syntax error in cap-ng.c (#50) Signed-off-by: yixiangzhike <yixiangzhike007@163.com> --- src/cap-ng.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cap-ng.c b/src/cap-ng.c index d178e35..ed7d718 100644 --- a/src/cap-ng.c +++ b/src/cap-ng.c @@ -445,7 +445,7 @@ static int get_bounding_set(void) #ifdef HAVE_SYSCALL_H (int)syscall(__NR_gettid)); #else - (int)getpid(); + (int)getpid()); #endif f = fopen(buf, "re"); if (f) { @@ -490,7 +490,7 @@ static int get_ambient_set(void) #ifdef HAVE_SYSCALL_H (int)syscall(__NR_gettid)); #else - (int)getpid(); + (int)getpid()); #endif f = fopen(buf, "re"); if (f) { -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2