Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP5:GA
nfs-utils
0025-nfsdcltrack-getopt_long-fails-on-a-non-x86...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0025-nfsdcltrack-getopt_long-fails-on-a-non-x86_64-archs.patch of Package nfs-utils
From a1f4e16d0426274d15c785ead3584bb7f9df32fd Mon Sep 17 00:00:00 2001 From: Steve Dickson <steved@redhat.com> Date: Sun, 24 Jun 2018 14:21:24 -0400 Subject: [PATCH] nfsdcltrack: getopt_long() fails on a non x86_64 archs getopt_long() returns an int, not char, which matters on non-x86_64 archs since a char is signed on x86_64 arch but unsigned on other archs. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1551903 Signed-off-by: Steve Dickson <steved@redhat.com> --- utils/nfsdcltrack/nfsdcltrack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/utils/nfsdcltrack/nfsdcltrack.c +++ b/utils/nfsdcltrack/nfsdcltrack.c @@ -555,7 +555,7 @@ find_cmd(char *cmdname) int main(int argc, char **argv) { - char arg; + int arg; char *val; int rc = 0; char *progname, *cmdarg = NULL;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor