Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1459666 Details for
Bug 1602317
undefined symbol: LoaderGetOS
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add
0001-Remove-call-to-LoaderGetOS.patch (text/plain), 1.18 KB, created by
Olivier Fourdan
on 2018-07-18 07:47:46 UTC
(
hide
)
Description:
Patch to add
Filename:
MIME Type:
Creator:
Olivier Fourdan
Created:
2018-07-18 07:47:46 UTC
Size:
1.18 KB
patch
obsolete
>From 74d39213b4cf89fdaa6f14913d0150852a1090f2 Mon Sep 17 00:00:00 2001 >From: Adam Jackson <ajax@redhat.com> >Date: Tue, 24 Jan 2017 09:43:43 -0500 >Subject: [PATCH] Remove call to LoaderGetOS > >If you're not using Linux, this isn't likely to build let alone run. And >if it _does_ build on non-Linux, it's probably because someone went out >of their way to try to make it work. > >Signed-off-by: Adam Jackson <ajax@redhat.com> >--- > src/v4l.c | 18 ++---------------- > 1 file changed, 2 insertions(+), 16 deletions(-) > >diff --git a/src/v4l.c b/src/v4l.c >index 10e782b..f4b2b4b 100644 >--- a/src/v4l.c >+++ b/src/v4l.c >@@ -92,22 +92,8 @@ v4lSetup(pointer module, pointer opts, int *errmaj, int *errmin) > } > > setupDone = TRUE; >- >- /* Check that we're being loaded on a Linux system */ >- LoaderGetOS(&osname, NULL, NULL, NULL); >- if (!osname || strcmp(osname, "linux") != 0) { >- if (errmaj) >- *errmaj = LDR_BADOS; >- if (errmin) >- *errmin = 0; >- return NULL; >- } else { >- /* OK */ >- >- xf86AddDriver (&V4L, module, 0); >- >- return (pointer)1; >- } >+ xf86AddDriver (&V4L, module, 0); >+ return (pointer)1; > } > > #else >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1602317
: 1459666